diff --git a/.github/workflows/build-base-images.yml b/.github/workflows/build-base-images.yml index 5825926..e762717 100644 --- a/.github/workflows/build-base-images.yml +++ b/.github/workflows/build-base-images.yml @@ -36,7 +36,9 @@ jobs: language: [python, cpp] name: "Building image" - runs-on: ubuntu-latest + outputs: + tag: ${{ steps.get-tag.outputs.tag }} + runs-on: ubuntu-22.04 steps: - name: Checkout repository @@ -76,3 +78,53 @@ jobs: push: always platform: linux/amd64,linux/arm64 subFolder: ./Dockerfiles/${{ matrix.language }}/ + + generate-sbom: + name: Generate SBOM + runs-on: ubuntu-22.04 + needs: [build-image] + steps: + - name: Checkout repository + uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + + - name: Install Syft + run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin + + - name: Generate SBOM + run: | + syft -o spdx-json=SBOM/python.spdx.json -o cyclonedx-json=SBOM/python.cyclonedx.json ghcr.io/${{ github.repository }}/python:${{ needs.build-image.outputs.tag }} + syft -o spdx-json=SBOM/cpp.spdx.json -o cyclonedx-json=SBOM/cpp.cyclonedx.json ghcr.io/${{ github.repository }}/cpp:${{ needs.build-image.outputs.tag }} + + - name: Upload SBOM as artifact + uses: actions/upload-artifact@v3 + with: + name: SBOM + path: | + SBOM/*.json + + - name: Check if SBOM changed + id: check-sbom + run: | + if [[ -n $(git diff -w -I'^.*SPDXID' -I'^.*ghcr.io/${{ github.repository }}' \ + -I'^.*created' -I'^.*spdxElementId' -I'^.*relatedSpdxElement' -I'^.*comment' -I'^.*version": "sha256' \ + -I'^.*serialNumber' -I'^.*timestamp' -I'^.*"value": "sha256:' -I'^.*bom-ref') ]]; then + echo "SBOM changed" + echo "SBOM_CHANGED=true" >> $GITHUB_OUTPUT + else + echo "SBOM up to date" + echo "SBOM_CHANGED=false" >> $GITHUB_OUTPUT + fi + + - uses: EndBug/add-and-commit@v9 + id: push-changes + if: steps.check-sbom.outputs.SBOM_CHANGED == 'true' + with: + message: 'Updated SBOM' + + - name: Fail if SBOM changed and not commited + if: steps.check-sbom.outputs.SBOM_CHANGED == 'true' && steps.push-changes.outputs.pushed != 'true' + run: | + echo '::error:: SBOM changed, please download the artifacts and commit the new content' + exit 1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9020f0..4c4956d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +exclude: SBOM/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 8c265c1..2b9e346 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -4,6 +4,8 @@ | Dependency | Version | License | |:-----------|:-------:|--------:| |actions/checkout|v3|MIT License| +|actions/upload-artifact|v3|MIT License| |devcontainers/ci|v0.2|MIT License| |docker/login-action|v2|Apache License 2.0| |docker/setup-buildx-action|v2|Apache License 2.0| +|EndBug/add-and-commit|v9|MIT License| diff --git a/SBOM/cpp.cyclonedx.json b/SBOM/cpp.cyclonedx.json new file mode 100644 index 0000000..721eb24 --- /dev/null +++ b/SBOM/cpp.cyclonedx.json @@ -0,0 +1,99763 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.4", + "serialNumber": "urn:uuid:2ad16d0a-34eb-45a5-8ee0-3416bb38f1ee", + "version": 1, + "metadata": { + "timestamp": "2023-02-20T14:06:21Z", + "tools": [ + { + "vendor": "anchore", + "name": "syft", + "version": "0.72.0" + } + ], + "component": { + "bom-ref": "a1e4a6de96fca668", + "type": "container", + "name": "ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:85f82712e26eaacd72c0a46fae6faf5f0aaee08d", + "version": "sha256:5435a780f8da16a03cc4f6e3c88bff4ebc58ff60e468bf9e162fb9d6ec5a96e1" + } + }, + "components": [ + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/api@(devel)?package-id=a7ba6c1c69e8abec", + "type": "library", + "name": "./staging/src/k8s.io/api", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/api@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)?package-id=e3c9086498205d9f", + "type": "library", + "name": "./staging/src/k8s.io/apimachinery", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)?package-id=d55454f8e24be9d7", + "type": "library", + "name": "./staging/src/k8s.io/cli-runtime", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/cli-runtime:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/cli_runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/client-go@(devel)?package-id=60743bd88a0cd850", + "type": "library", + "name": "./staging/src/k8s.io/client-go", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/client-go@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-base@(devel)?package-id=8a538c77a9c50e1d", + "type": "library", + "name": "./staging/src/k8s.io/component-base", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-base@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)?package-id=71a011bb031a51d4", + "type": "library", + "name": "./staging/src/k8s.io/component-helpers", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)?package-id=620dbfe7cfcdd1e", + "type": "library", + "name": "./staging/src/k8s.io/kubectl", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/kubectl:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/./staging/src/k8s.io/metrics@(devel)?package-id=eb426049f975549e", + "type": "library", + "name": "./staging/src/k8s.io/metrics", + "version": "(devel)", + "cpe": "cpe:2.3:a:staging:src\\/k8s.io\\/metrics:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/./staging/src/k8s.io/metrics@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:pypi/jinja2@3.1.2?package-id=1f6a687f43de854e", + "type": "library", + "author": "Armin Ronacher ", + "name": "Jinja2", + "version": "3.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Jinja2@3.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/markupsafe@2.1.2?package-id=e9000ebf01bac99", + "type": "library", + "author": "Armin Ronacher ", + "name": "MarkupSafe", + "version": "2.1.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/MarkupSafe@2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyjwt@2.6.0?package-id=9063791ba02c8986", + "type": "library", + "author": "Jose Padilla ", + "name": "PyJWT", + "version": "2.6.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jose_padilla_project:python-PyJWT:2.6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyJWT@2.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla_project:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padillaproject:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello_project:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:helloproject:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jose_padilla:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hello:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@5.4.1?package-id=b368ad91e2e57efc", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "5.4.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:5.4.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@5.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygments@2.11.2?package-id=736972d57b7f32cf", + "type": "library", + "author": "Georg Brandl ", + "name": "Pygments", + "version": "2.11.2", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:georg_brandl_project:python-Pygments:2.11.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Pygments@2.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3/dist-packages/Pygments-2.11.2.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3/dist-packages/Pygments-2.11.2.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=beb2c782b79b17bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:pypi/anytree@2.8.0?package-id=11101372c53d273", + "type": "library", + "author": "c0fec0de ", + "name": "anytree", + "version": "2.8.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:c0fec0de_project:python-anytree:2.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anytree@2.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de_project:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de_project:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04&package-id=e0c5b614f99980fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04&package-id=edaf197ad3966aae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt-transport-https", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt-transport-https:apt-transport-https:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport-https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt-transport-https/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt-transport-https.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "165" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=8d54906ac56119ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt-utils", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt-utils:apt-utils:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "788" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04&package-id=495616805b000f97", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=2dc30f0c723c4104", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=1aa996791a004a64", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binfmt-support@2.2.1-2?arch=amd64&distro=ubuntu-22.04&package-id=3868b07e4a3bbbfe", + "type": "library", + "publisher": "Colin Watson ", + "name": "binfmt-support", + "version": "2.2.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:binfmt-support:binfmt-support:2.2.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binfmt-support@2.2.1-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binfmt-support:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binfmt_support:binfmt-support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binfmt_support:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binfmt:binfmt-support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binfmt:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binfmt-support/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binfmt-support.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/binfmt-support.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "195" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b4c7a22c085662f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=e2623ee51e32c18f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-common", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-common:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "504" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=4180148e453555d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-x86-64-linux-gnu", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10439" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:pypi/bottle@0.12.23?package-id=dec2834171abf402", + "type": "library", + "author": "Marcel Hellkamp ", + "name": "bottle", + "version": "0.12.23", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:marcel_hellkamp_project:python-bottle:0.12.23:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bottle@0.12.23", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkamp_project:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkampproject:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkampproject:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkamp_project:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkamp:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkamp:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkampproject:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_project:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_project:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcproject:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcproject:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcel_hellkamp:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_project:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marcproject:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=6d55e9ae42e2188f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdextrautils", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdextrautils:bsdextrautils:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdextrautils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdextrautils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "337" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=b9eea47b0ea54f38", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=2fdad3f830fb2828", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "build-essential", + "version": "12.9ubuntu3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:build-essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build-essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build_essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build_essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/build-essential/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/build-essential.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "21" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=b6d5a98b6e51f667", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "name": "BSD-variant" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=e576e0213b4f9645", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20211016ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "367" + } + ] + }, + { + "bom-ref": "pkg:pypi/certifi@2022.12.7?package-id=45f1ba95fa928f66", + "type": "library", + "author": "Kenneth Reitz ", + "name": "certifi", + "version": "2022.12.7", + "licenses": [ + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2022.12.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/certifi@2022.12.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/cfgv@3.3.1?package-id=35bc9e233b2da2d4", + "type": "library", + "author": "Anthony Sottile ", + "name": "cfgv", + "version": "3.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthony_sottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cfgv@3.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@3.0.1?package-id=54967fcba4d9c1f8", + "type": "library", + "author": "Ahmed TAHRI ", + "name": "charset-normalizer", + "version": "3.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/clang@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04&package-id=9a32fc3aca6bc4e5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "clang", + "version": "1:14.0-55~exp2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:clang:clang:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/clang@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/clang/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/clang.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "25" + }, + { + "name": "syft:metadata:source", + "value": "llvm-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.55~exp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/clang-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=5534ecd30c829850", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "clang-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:clang-14:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/clang-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-14:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_14:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_14:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/clang-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/clang-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "366" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/clang-format-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=aaaa343176fbf77e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "clang-format-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:clang-format-14:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/clang-format-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-format-14:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_format_14:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_format_14:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-format:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-format:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_format:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_format:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/clang-format-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/clang-format-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "236" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/clang-tidy-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=3680ea04672d56f2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "clang-tidy-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:clang-tidy-14:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/clang-tidy-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tidy-14:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tidy_14:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tidy_14:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tidy:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tidy:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tidy:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tidy:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/clang-tidy-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/clang-tidy-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9512" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/clang-tools-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=52907743ad616489", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "clang-tools-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:clang-tools-14:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/clang-tools-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tools-14:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tools_14:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tools_14:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tools:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang-tools:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tools:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang_tools:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:clang:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/clang-tools-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/clang-tools-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28620" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.99.0?package-id=90101951e7583a4a", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.99.0", + "purl": "pkg:golang/cloud.google.com/go@v0.99.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y/cM2iqGgGi5D5DQZl6D9STN/3dR/Vx5Mp8s752oJTY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1?package-id=b84da58f6c6c5caf", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cmake@3.22.1-1ubuntu1.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=8dbfd063ac30e08b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cmake", + "version": "3.22.1-1ubuntu1.22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "BSD-0-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+with_exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+with_exception" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:cmake:cmake:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cmake@3.22.1-1ubuntu1.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cmake/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cmake.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20742" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cmake-data@3.22.1-1ubuntu1.22.04.1?arch=all&upstream=cmake&distro=ubuntu-22.04&package-id=5ddfbb9f6077138c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cmake-data", + "version": "3.22.1-1ubuntu1.22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "BSD-0-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+with_exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+with_exception" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:cmake-data:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cmake-data@3.22.1-1ubuntu1.22.04.1?arch=all&upstream=cmake&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmake-data:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmake_data:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmake_data:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmake:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cmake:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cmake-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cmake-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9866" + }, + { + "name": "syft:metadata:source", + "value": "cmake" + } + ] + }, + { + "bom-ref": "pkg:pypi/colorama@0.4.6?package-id=f85fc5272c138a56", + "type": "library", + "author": "Jonathan Hartley ", + "name": "colorama", + "version": "0.4.6", + "cpe": "cpe:2.3:a:jonathan_hartley_\\", + "name": "conan", + "version": "1.58.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jfrog_ltd_project:python-conan:1.58.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/conan@1.58.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltd_project:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltdproject:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltdproject:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism_project:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism_project:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luismproject:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luismproject:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conan:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conan:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conan:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conan:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltd_project:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltd:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltd:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltdproject:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism_project:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism:python-conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism:python_conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luismproject:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-conan:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_conan:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jfrog_ltd:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:luism:conan:1.58.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/conan-1.58.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/conan-1.58.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/conan-1.58.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=a18fe302f5cd7551", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=7c43cb1abc1ea22b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cpp", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:cpp:cpp:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=9734c0a718f26d8d", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "cpp-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:cpp-11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp-11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26216" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cppcheck@2.7-1?arch=amd64&distro=ubuntu-22.04&package-id=f5bcaabab52a3ae6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cppcheck", + "version": "2.7-1", + "licenses": [ + { + "license": { + "name": "BSD-2" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:cppcheck:cppcheck:2.7-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cppcheck@2.7-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cppcheck/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cppcheck.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "8906" + } + ] + }, + { + "bom-ref": "pkg:pypi/cpplint@1.6.1?package-id=2615d81c5351b599", + "type": "library", + "name": "cpplint", + "version": "1.6.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-cpplint:python-cpplint:1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cpplint@1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cpplint:python_cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cpplint:python-cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cpplint:python_cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpplint:python-cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpplint:python_cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cpplint:cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cpplint:cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpplint:cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cpplint:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cpplint-1.6.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cpplint-1.6.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cpplint-1.6.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&package-id=3bcef4cc6e798607", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "442" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=76eb7646b9928e21", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=ba6ae115e086a33", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=a9ff325f7c9b2628", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecation@2.1.0?package-id=862b47b1446b798", + "type": "library", + "author": "Brian Curtin ", + "name": "deprecation", + "version": "2.1.0", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:brian_curtin_project:python-deprecation:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/deprecation@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dh-elpa-helper@2.0.9ubuntu1?arch=all&upstream=dh-elpa&distro=ubuntu-22.04&package-id=b9118e247bff87a1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dh-elpa-helper", + "version": "2.0.9ubuntu1", + "licenses": [ + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:dh-elpa-helper:dh-elpa-helper:2.0.9ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dh-elpa-helper@2.0.9ubuntu1?arch=all&upstream=dh-elpa&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh-elpa-helper:dh_elpa_helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh_elpa_helper:dh-elpa-helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh_elpa_helper:dh_elpa_helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh-elpa:dh-elpa-helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh-elpa:dh_elpa_helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh_elpa:dh-elpa-helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh_elpa:dh_elpa_helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh:dh-elpa-helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dh:dh_elpa_helper:2.0.9ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dh-elpa-helper/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dh-elpa-helper.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "27" + }, + { + "name": "syft:metadata:source", + "value": "dh-elpa" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dialog@1.3-20211214-1?arch=amd64&distro=ubuntu-22.04&package-id=d98564e59f87126a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dialog", + "version": "1.3-20211214-1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:dialog:dialog:1.3-20211214-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dialog@1.3-20211214-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dialog/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dialog.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1229" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=81125e182d97b45c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=7b292587dad44291", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dirmngr", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dirmngr/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dirmngr.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "676" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:pypi/distlib@0.3.6?package-id=6986e5c2f7880a98", + "type": "library", + "author": "Vinay Sajip ", + "name": "distlib", + "version": "0.3.6", + "licenses": [ + { + "license": { + "name": "Python license" + } + } + ], + "cpe": "cpe:2.3:a:vinay_sajip_project:python-distlib:0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/distlib@0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/distro@1.7.0?package-id=cb6e3ab70e84a50a", + "type": "library", + "author": "Nir Cohen ", + "name": "distro", + "version": "1.7.0", + "licenses": [ + { + "license": { + "name": "Apache License, Version 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nir_cohen_project:python-distro:1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/distro@1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen_project:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen_project:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohenproject:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g_project:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36gproject:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distro:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distro:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir_cohen:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nir36g:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:distro:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distro-1.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distro-1.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distro-1.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.2?arch=all&distro=ubuntu-22.04&package-id=4db3a552cee09760", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "distro-info-data", + "version": "0.52ubuntu0.2", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/distro-info-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/distro-info-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "19" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=83faf60de9ea4af6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg-dev@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04&package-id=cb0014cad8fa82f5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg-dev", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg-dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg-dev@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg-dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg_dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg_dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg-dev.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg-dev.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2488" + }, + { + "name": "syft:metadata:source", + "value": "dpkg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=382e25294ecd1c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/emacsen-common@3.0.4?arch=all&distro=ubuntu-22.04&package-id=4fd6d1c956c18780", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "emacsen-common", + "version": "3.0.4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:emacsen-common:emacsen-common:3.0.4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/emacsen-common@3.0.4?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emacsen-common:emacsen_common:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emacsen_common:emacsen-common:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emacsen_common:emacsen_common:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emacsen:emacsen-common:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emacsen:emacsen_common:3.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/emacsen-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/emacsen-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "62" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fakeroot@1.28-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=8b72e67aa9032486", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fakeroot", + "version": "1.28-1ubuntu1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fakeroot:fakeroot:1.28-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fakeroot@1.28-1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fakeroot/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fakeroot.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + } + ] + }, + { + "bom-ref": "pkg:pypi/fasteners@0.18?package-id=474e5970f378b18e", + "type": "library", + "author": "Joshua Harlow", + "name": "fasteners", + "version": "0.18", + "licenses": [ + { + "license": { + "name": "ASL 2.0" + } + } + ], + "cpe": "cpe:2.3:a:joshua_harlow_project:python-fasteners:0.18:*:*:*:*:*:*:*", + "purl": "pkg:pypi/fasteners@0.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlow_project:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlowproject:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlowproject:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fasteners:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fasteners:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fasteners:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fasteners:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlow_project:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlow:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlow:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlowproject:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasteners:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasteners:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-fasteners:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_fasteners:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:joshua_harlow:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fasteners:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:fasteners:0.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/fasteners-0.18.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/fasteners-0.18.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/fasteners-0.18.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/filelock@3.9.0?package-id=d5699ae31af163d4", + "type": "library", + "name": "filelock", + "version": "3.9.0", + "cpe": "cpe:2.3:a:python-filelock:python-filelock:3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/filelock@3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-filelock:python_filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:python-filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:python_filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:python-filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:python_filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-filelock:filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:filelock:3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/filelock-3.9.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/filelock-3.9.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=223bcf78f09e2f2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04&package-id=853c537f243a75eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-dejavu-core", + "version": "2.37-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + } + ], + "cpe": "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-dejavu-core/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2954" + }, + { + "name": "syft:metadata:source", + "value": "fonts-dejavu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/g++@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=7285ff4e3b0a12fc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "g++", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:g\\+\\+:g\\+\\+:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/g++@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/g++.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/g++-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=2cde2b0d5553907a", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "g++-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:g\\+\\+-11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/g++-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+-11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+_11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+_11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/g++-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28791" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=8696f8ef8131a815", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gcc", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gcc:gcc:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11@11.3.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04&package-id=b79d8f9c5420f64f", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11@11.3.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "52577" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11-base@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=d82fa6b2e08c3545", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11-base", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11-base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11-base@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11-base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "271" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=a90f3a1897622f8d", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "266" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:pypi/gcovr@5.2?package-id=10b918b068738098", + "type": "library", + "name": "gcovr", + "version": "5.2", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:python-gcovr:python-gcovr:5.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/gcovr@5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gcovr:python_gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gcovr:python-gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gcovr:python_gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcovr:python-gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcovr:python_gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gcovr:gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gcovr:gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcovr:gcovr:5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gcovr-5.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gcovr-5.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gcovr-5.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gdb@12.1-0ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04&package-id=846ad6bf75279b38", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gdb", + "version": "12.1-0ubuntu1~22.04", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gdb:gdb:12.1-0ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gdb@12.1-0ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gdb/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gdb.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gdb.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "11311" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=ada3701d5f1ae004", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git", + "version": "1:2.34.1-1ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18348" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.8?arch=all&upstream=git&distro=ubuntu-22.04&package-id=226f5459b3840c04", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git-man", + "version": "1:2.34.1-1ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.8?arch=all&upstream=git&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1957" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecaivazis/survey/v2@v2.3.6?package-id=1e29f1e7b2db2c27", + "type": "library", + "name": "github.com/AlecAivazis/survey/v2", + "version": "v2.3.6", + "cpe": "cpe:2.3:a:AlecAivazis:survey\\/v2:v2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/AlecAivazis/survey/v2@v2.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NvTuVHISgTHEHeBFqt6BHOe4Ny/NwGZr7w+F8S9ziyw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.23?package-id=be7873f254f0e94d", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.23", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.23", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bRQWsW25/YkoxnIqXMPF94JW33qWDcrPMZ3bINaAruU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.24?package-id=4cfdb8c9767abeab", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.24", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.16?package-id=3f0c3d733afb2f42", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.16", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P8An8Z9rH1ldbOLdFpxYorgOt2sywL9V24dAwWHPuGc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.18?package-id=d539d18069fc2387", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.18", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=7d206b37c0870a2c", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=9779d98a68605cdd", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=949918ed0dd3e26e", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=36c9dd9b90e11372", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=d9ebfdef9d71eac4", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=a552bd61395ef8fe", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v0.4.1?package-id=d72e7cbb8dd72227", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.2.1?package-id=5b5afc9465a3bd67", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.2.1?package-id=bff9d1ba47eac8d9", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v0.0.0-20170808103936-bb23615498cd?package-id=51ee202bf2673875", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v0.0.0-20170808103936-bb23615498cd", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v0.0.0-20170808103936-bb23615498cd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v0.0.0-20170808103936-bb23615498cd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=2691a39d6cf2214e", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=d40b30098acbde26", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=b474becb51707784", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=b4b1efc8bf1eadca", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23b7d332ff84a8b5", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=543d789183aa3400", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.1.1?package-id=f43cf2a5390d970c", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.1.1", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=ecd43fc8f3d947e8", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=85c4900aac25e115", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.2?package-id=f4a5bc6b21181e", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.2", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=c37fc730172ca0dc", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=be83128d80472bc0", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.2?package-id=aefbe19e610fd7e4", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UiOEi2ZX4RCSkpiNDQN5kro/XIBpSRk9iTqdIRPzUXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.3?package-id=87d374d0d6d9f4", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YPpoceAcxuzIljlr5iWpNKaql7hLeG1KLSrhvdHpkZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.3?package-id=ea4056e8815c661e", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YPpoceAcxuzIljlr5iWpNKaql7hLeG1KLSrhvdHpkZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=c9d3d2dd84729cf2", + "type": "library", + "name": "github.com/Masterminds/vcs", + "version": "v1.13.3", + "cpe": "cpe:2.3:a:Masterminds:vcs:v1.13.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/vcs@v1.13.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/microsoft/hcsshim@v0.9.6?package-id=54354169d34b8754", + "type": "library", + "name": "github.com/Microsoft/hcsshim", + "version": "v0.9.6", + "cpe": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/microsoft/hcsshim@v0.9.6?package-id=1ab83093aaa41f0", + "type": "library", + "name": "github.com/Microsoft/hcsshim", + "version": "v0.9.6", + "cpe": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pallinder/sillyname-go@v0.0.0-20130730142914-97aeae9e6ba1?package-id=96f58612714f5608", + "type": "library", + "name": "github.com/Pallinder/sillyname-go", + "version": "v0.0.0-20130730142914-97aeae9e6ba1", + "cpe": "cpe:2.3:a:Pallinder:sillyname-go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Pallinder/sillyname-go@v0.0.0-20130730142914-97aeae9e6ba1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pallinder:sillyname_go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ReSY7H5Nf08bSzShfWAUTCthIsK08iNitWGX5YFQGXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/puerkitobio/purell@v1.1.1?package-id=2900ea032a99e65b", + "type": "library", + "name": "github.com/PuerkitoBio/purell", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:PuerkitoBio:purell:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/PuerkitoBio/purell@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/puerkitobio/urlesc@v0.0.0-20170810143723-de5bf2ad4578?package-id=83243520cade65ae", + "type": "library", + "name": "github.com/PuerkitoBio/urlesc", + "version": "v0.0.0-20170810143723-de5bf2ad4578", + "cpe": "cpe:2.3:a:PuerkitoBio:urlesc:v0.0.0-20170810143723-de5bf2ad4578:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/PuerkitoBio/urlesc@v0.0.0-20170810143723-de5bf2ad4578", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/adrg/xdg@v0.4.0?package-id=2d878aca7922d186", + "type": "library", + "name": "github.com/adrg/xdg", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:adrg:xdg:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/adrg/xdg@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/agext/levenshtein@v1.2.3?package-id=226b60d75786c5ee", + "type": "library", + "name": "github.com/agext/levenshtein", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:agext:levenshtein:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/agext/levenshtein@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412?package-id=8d749c71629e9962", + "type": "library", + "name": "github.com/agl/ed25519", + "version": "v0.0.0-20170116200512-5312a6153412", + "cpe": "cpe:2.3:a:agl:ed25519:v0.0.0-20170116200512-5312a6153412:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-cidr@v1.0.1?package-id=ecba8b4028b6f223", + "type": "library", + "name": "github.com/apparentlymart/go-cidr", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:apparentlymart:go-cidr:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-cidr@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_cidr:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-textseg/v12@v12.0.0?package-id=773f9b2f5a450516", + "type": "library", + "name": "github.com/apparentlymart/go-textseg/v12", + "version": "v12.0.0", + "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v12:v12.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-textseg/v12@v12.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_textseg\\/v12:v12.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-textseg/v13@v13.0.0?package-id=492839a77f90af19", + "type": "library", + "name": "github.com/apparentlymart/go-textseg/v13", + "version": "v13.0.0", + "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-textseg/v13@v13.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_textseg\\/v13:v13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=77c635ae643a3fc3", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=a35cc05dc9f09c5", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=32c93633816061c1", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20210307081110-f21760c49a8d?package-id=85d6fd3340b811fe", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20210307081110-f21760c49a8d", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20210307081110-f21760c49a8d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20210307081110-f21760c49a8d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/atotto/clipboard@v0.1.4?package-id=e7f4687aa1284373", + "type": "library", + "name": "github.com/atotto/clipboard", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:atotto:clipboard:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/atotto/clipboard@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go@v1.38.49?package-id=385a4af539671aac", + "type": "library", + "name": "github.com/aws/aws-sdk-go", + "version": "v1.38.49", + "cpe": "cpe:2.3:a:aws:aws-sdk-go:v1.38.49:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.38.49", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go:v1.38.49:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:E31vxjCe6a5I+mJLmUGaZobiWmg9KdWaud9IfceYeYQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3?package-id=cf9267969790ea0e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2", + "version": "v1.16.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3?package-id=5ea4abf8e2e7e9c8", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2", + "version": "v1.16.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5?package-id=9f951f4fd4cd8e0b", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/config", + "version": "v1.15.5", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5?package-id=110402019b2a4a26", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/config", + "version": "v1.15.5", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P+xwhr6kabhxDTXTVH9YoHkqjLJ0wVVpIUHtFNr2hjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0?package-id=62dc8bd7af0e4ea4", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0?package-id=791bfcf6dfc486c", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4R/NqlcRFSkR0wxOhgHi+agGpbEr5qMCjn7VqUIJY+E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4?package-id=4aa56332a77347cf", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "version": "v1.12.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4?package-id=8abdbfcf938dc221", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "version": "v1.12.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FP8gquGeGHHdfY6G5llaMQDF+HAf20VKc8opRwmjf04=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10?package-id=699890736bddca5d", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "version": "v1.1.10", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10?package-id=85f956f3e9ea1103", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "version": "v1.1.10", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uFWgo6mGJI1n17nbcvSc6fxVuR3xLNqvXt12JCnEcT8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4?package-id=2e7a74555f1fe17e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "version": "v2.4.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4?package-id=eb19d4f5a111ea43", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "version": "v2.4.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cnsvEKSoHN4oAN7spMMr0zhEW2MHnhAVpmqQg8E6UcM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11?package-id=4cc0ff1d30a19ece", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "version": "v1.3.11", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11?package-id=cf13574a666d0d59", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "version": "v1.3.11", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6cZRymlLEIlDTEB0+5+An6Zj1CKt6rSE69tOmFeu1nk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4?package-id=b78e1c20d938954", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4?package-id=7b3e5595d36df6c7", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b16QW0XWl0jWjLABFc1A+uh145Oqv+xDcObNk0iQgUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4?package-id=cc4380d8841515a", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "version": "v1.11.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4?package-id=dc5a7a1dd7314bac", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "version": "v1.11.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Uw5wBybFQ1UeA9ts0Y07gbv0ncZnIAyw858tDW0NP2o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4?package-id=6d831d8dc2240a5e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "version": "v1.16.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4?package-id=838277c61b2997a3", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "version": "v1.16.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xtV90n3abQmgzk1pS++FdxZTrPEDgQng6e4/56WR2A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/smithy-go@v1.11.2?package-id=5f4cbffd5ea1d7", + "type": "library", + "name": "github.com/aws/smithy-go", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/smithy-go@v1.11.2?package-id=e517f89f5a242bf7", + "type": "library", + "name": "github.com/aws/smithy-go", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG/N+CcUMAvsdffgMvjMKwfyDzIkjM6pfxMJ8Mzc6mE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=5f42426d6893db35", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=31dfdb68143a53fd", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=3a9827350bf69ac2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=6ef19211f8916c41", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=ed1325a873643d91", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=50f393c637b57da2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=5eac5bd4637270ef", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=935ee1c250247da1", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=f3ff9a8fd4a21cc2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver@v3.5.1+incompatible?package-id=fb8f2da3a7f77086", + "type": "library", + "name": "github.com/blang/semver", + "version": "v3.5.1+incompatible", + "cpe": "cpe:2.3:a:blang:semver:v3.5.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver@v3.5.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver/v4@v4.0.0?package-id=74bf0258639116db", + "type": "library", + "name": "github.com/blang/semver/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/briandowns/spinner@v1.6.1?package-id=f02118de1d29111d", + "type": "library", + "name": "github.com/briandowns/spinner", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:briandowns:spinner:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/briandowns/spinner@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LBxHu5WLyVuVEtTD72xegiC7QJGx598LBpo3ywKTapA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/buger/goterm@v1.0.4?package-id=cebe9f2a7346d773", + "type": "library", + "name": "github.com/buger/goterm", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:buger:goterm:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/buger/goterm@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=a7def6657e127c39", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=3048fd385168c887", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=ff3768d3cb4d71d4", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6Yo7N8UP2K6LWZnW94DLVSSrbobcWdVzAYOisuDPIFo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0?package-id=1d758bc3465c7e0c", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.2.0", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=959d8fca3250e7b0", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=aa4a0284fc478130", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=5b90e459167bab4f", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=6b58740cbb3d2968", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=30c762fe622966b4", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=ae3cf6ef3eed0795", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=a67cfd4e05633694", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=a08f3d522d8fad42", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=51ecc64bc3e87305", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5?package-id=761da69732d0462c", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v0.0.0-20160711120539-c6fed771bfd5", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=5a3d0b932b0fde53", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=a215ce6ef94826de", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=834c7fe0b2f0935c", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/checkpoint-restore/go-criu/v5@v5.3.0?package-id=1a6780c4556e6030", + "type": "library", + "name": "github.com/checkpoint-restore/go-criu/v5", + "version": "v5.3.0", + "cpe": "cpe:2.3:a:checkpoint-restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/checkpoint-restore/go-criu/v5@v5.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint-restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint_restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint_restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=ed7dcf56bdf76ff6", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=de4e7616a06d84b1", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=eb244fd83c8e9aa3", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=e09a4d4cd5663e3b", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=cc390e768b265b01", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/compose-spec/compose-go@v1.6.0?package-id=34209d5c64ddcad3", + "type": "library", + "name": "github.com/compose-spec/compose-go", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:compose-spec:compose-go:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/compose-spec/compose-go@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose-spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/compose-spec/compose-go@v1.9.0?package-id=1cff5fb0103ba579", + "type": "library", + "name": "github.com/compose-spec/compose-go", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:compose-spec:compose-go:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/compose-spec/compose-go@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose-spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oaewhNhUP/AClVs6ytHzcjw1xwK+2EMWuvHXj6tYvRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/aufs@v1.0.0?package-id=b25827d94de90a64", + "type": "library", + "name": "github.com/containerd/aufs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:aufs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/aufs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/btrfs@v1.0.0?package-id=cc4210075f37ecc4", + "type": "library", + "name": "github.com/containerd/btrfs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:btrfs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/btrfs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=232df24c6b9efd16", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=c5061178fe809ff7", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=51f7403a5adb0912", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=a71d0a400a38f6ee", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=95214e1d0cfe9c1", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=c9140ff34182b440", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=28a7da518740e404", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=bacac3b3940ee70e", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=40bcdf57730d29a1", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=eaa0c36052145030", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=bf24394e4e9924b4", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=e76c60e930207ba3", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=6f23c4ba4378ed81", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=8c44503a5d667f17", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=b2af8ac6bc6af10", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=e73989b4865f85f", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=d6ca4dff862658c", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=efd8330cc75a91c3", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.5.9?package-id=eb57e2b60922efa2", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.5.9", + "cpe": "cpe:2.3:a:containerd:containerd:v1.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rs6Xg1gtIxaeyG+Smsb/0xaSDu1VgFhOCKBXxMxbsF4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.15?package-id=fc76483a0710d6d4", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.15", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4wWexxzLNHNE46aIETc6ge4TofO550v+BlLoANrbses=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.15?package-id=b317c2e943cc2393", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.15", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4wWexxzLNHNE46aIETc6ge4TofO550v+BlLoANrbses=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16?package-id=61fd978bbc6ab806", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0H5xH6ABsN7XTrxIAKxFpBkFCBtrZ/OSORhCpUnHjrc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16?package-id=cc3c8363deeb8686", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0H5xH6ABsN7XTrxIAKxFpBkFCBtrZ/OSORhCpUnHjrc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16-0.20230124210447-1709cfe273d9?package-id=90bd2847321ed23b", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16-0.20230124210447-1709cfe273d9", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16-0.20230124210447-1709cfe273d9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16-0.20230124210447-1709cfe273d9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.1.0?package-id=19f1c5ca9af6c24", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UFRRY5JemiAhPZrr/uE0n8fMTLcZsUvySPr1+D7pgr8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=f28aadd80e30307a", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=ff88aa6a0ec1cced", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=ee050b6dcaa86c17", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=26826b02ce728081", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=513ac815c43e7b86", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=e37a46350bcf477a", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=978d498c6d7295dd", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=f894a31bba4e14b7", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=114a651ca9f76ede", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=1f37936cba849e89", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=b50c5736ffea3d80", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-cni@v1.1.6?package-id=743da1cbfe4e6d35", + "type": "library", + "name": "github.com/containerd/go-cni", + "version": "v1.1.6", + "cpe": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-cni@v1.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:el5WPymG5nRRLQF1EfB97FWob4Tdc8INg8RZMaXWZlo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-cni@v1.1.6?package-id=a59ac86b77eda932", + "type": "library", + "name": "github.com/containerd/go-cni", + "version": "v1.1.6", + "cpe": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-cni@v1.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:el5WPymG5nRRLQF1EfB97FWob4Tdc8INg8RZMaXWZlo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=85f1eb4fc8bbaf53", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=ff427af002f3f73f", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=2a3ee7294eba8ab3", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=6f59fa162aa78fd7", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=2b0447d3da877780", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/imgcrypt@v1.1.4?package-id=77cf46b8d946c69", + "type": "library", + "name": "github.com/containerd/imgcrypt", + "version": "v1.1.4", + "cpe": "cpe:2.3:a:containerd:imgcrypt:v1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/imgcrypt@v1.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/nri@v0.1.0?package-id=2769dd8daadc75fa", + "type": "library", + "name": "github.com/containerd/nri", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:nri:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/nri@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=6dc1b64847d364f3", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=d085b9c238161336", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=38470af335bb2a76", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=7ff3027f1acb80de", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=8e4c7b09ac13b07a", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=623f335212e68ac3", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=bd9658a769d12cde", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=c8c12cda14b975b6", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=cb0faef6d9ad7bf5", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=23d26c703c6e065f", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=5d598971eeb30362", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=f6cd835d19b20402", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=fd574442e1c65a2a", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=7bb049e50304c66c", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=292dd9b5f24d564b", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=e7255585eb417878", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/zfs@v1.0.0?package-id=b5529ba4ddf7e108", + "type": "library", + "name": "github.com/containerd/zfs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:zfs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/zfs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/cni@v1.1.1?package-id=a3a5e87c5eec337f", + "type": "library", + "name": "github.com/containernetworking/cni", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/cni@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ky20T7c0MvKvbMOwS/FrlbNwjEoqJEUUYfsL4b0mc4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/cni@v1.1.1?package-id=1fd4e9fc0d9a41ad", + "type": "library", + "name": "github.com/containernetworking/cni", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/cni@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ky20T7c0MvKvbMOwS/FrlbNwjEoqJEUUYfsL4b0mc4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/plugins@v1.1.1?package-id=4819600ce3c6f06", + "type": "library", + "name": "github.com/containernetworking/plugins", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:plugins:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/plugins@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containers/ocicrypt@v1.1.3?package-id=42fcc3100bd30aad", + "type": "library", + "name": "github.com/containers/ocicrypt", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:containers:ocicrypt:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containers/ocicrypt@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=4ae2607ce4c56e88", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=5e7879c3343af027", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=58a0454ce3d7490e", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=13b35d27131e54a7", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=d8459d93936d0587", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=6ae7bf90288e3257", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=ac0434246a8949cd", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=58bf746bc9bd959f", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d?package-id=8b5e08b8963d9b6f", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0-20190314233015-f79a8a8ca69d", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2?package-id=6bae119e1258bcd3", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.2", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=359054250b23acbf", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=be2ea01e4910fef1", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=5cd3063ef51a1a0e", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=dc0acbe5af3f2100", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/cli@(devel)?package-id=165da06b2bd43d87", + "type": "library", + "name": "github.com/dapr/cli", + "version": "(devel)", + "cpe": "cpe:2.3:a:dapr:cli:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/cli@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/dapr@v1.7.0?package-id=fdbd0c78dfe3e7d8", + "type": "library", + "name": "github.com/dapr/dapr", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:dapr:dapr:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/dapr@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6D92cycMjrzxOSASfXDMfn1t3dGaDysA28ONogaOE4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/kit@v0.0.2-0.20210614175626-b9074b64d233?package-id=7b01b9168a293b63", + "type": "library", + "name": "github.com/dapr/kit", + "version": "v0.0.2-0.20210614175626-b9074b64d233", + "cpe": "cpe:2.3:a:dapr:kit:v0.0.2-0.20210614175626-b9074b64d233:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/kit@v0.0.2-0.20210614175626-b9074b64d233", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:M0dWIG8kUxEFU57IqTWeqptNqlBsfosFgsA5Ov7rJ8g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=6bbcdd86cc27c2d9", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=d735fee0d693041f", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=5839b83f90809c09", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=4f4689a6817061dd", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=d38d1634e35d743a", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=21ad6563339c1f7c", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=ef34f035351d6334", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=9eb63f44f3d5de0a", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0?package-id=546ddf8ef364cf9a", + "type": "library", + "name": "github.com/daviddengcn/go-colortext", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:daviddengcn:go-colortext:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daviddengcn:go_colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/k9s@v0.0.0-20230212151225-7c76691c389e?package-id=6912716994775126", + "type": "library", + "name": "github.com/derailed/k9s", + "version": "v0.0.0-20230212151225-7c76691c389e", + "cpe": "cpe:2.3:a:derailed:k9s:v0.0.0-20230212151225-7c76691c389e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/k9s@v0.0.0-20230212151225-7c76691c389e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "7c76691c389e4e7de29516932a304f7029307c6d" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-12T15:12:25Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/popeye@v0.10.1?package-id=4cd09e660b6eb363", + "type": "library", + "name": "github.com/derailed/popeye", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:derailed:popeye:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/popeye@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+lyLDGUyKANfMiSHV8X1pHD1HhcxEXCa8ple0ZvyRqc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/tcell/v2@v2.3.1-rc.3?package-id=78f489cc44b06f1e", + "type": "library", + "name": "github.com/derailed/tcell/v2", + "version": "v2.3.1-rc.3", + "cpe": "cpe:2.3:a:derailed:tcell\\/v2:v2.3.1-rc.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/tcell/v2@v2.3.1-rc.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9s1fmyRcSPRlwr/C9tcpJKCujbrtmPpST6dcMUD2piY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/tview@v0.8.1?package-id=889d26fac50cf6de", + "type": "library", + "name": "github.com/derailed/tview", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:derailed:tview:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/tview@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hvNR3LLrWEuaQbPYfBnRn7bYkxCP26K6nX9J+MGlhyw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1?package-id=136111cf55c374d5", + "type": "library", + "name": "github.com/dimchansky/utfbom", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20220725133111-4bf3547399eb?package-id=a46d827d872d4a2d", + "type": "library", + "name": "github.com/distribution/distribution/v3", + "version": "v3.0.0-20220725133111-4bf3547399eb", + "cpe": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20220725133111-4bf3547399eb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20220725133111-4bf3547399eb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20221201083218-92d136e113cf?package-id=d40b9b72af683fc6", + "type": "library", + "name": "github.com/distribution/distribution/v3", + "version": "v3.0.0-20221201083218-92d136e113cf", + "cpe": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20221201083218-92d136e113cf:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20221201083218-92d136e113cf", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q0uyPLfHgAu2Mke31RRXErLcAbuBguRpJugWxjMNRnQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/buildx@(devel)?package-id=c58f0dd4a00cf47b", + "type": "library", + "name": "github.com/docker/buildx", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:buildx:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/buildx@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X github.com/docker/buildx/version.Version=0.10.3+azure-1 -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/buildx@v0.10.2?package-id=c461231de947dcb0", + "type": "library", + "name": "github.com/docker/buildx", + "version": "v0.10.2", + "cpe": "cpe:2.3:a:docker:buildx:v0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/buildx@v0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JjaNu6LLmN/Q6wI6RJl0Tb4hjjiGJ2lqXL3yYG2ABRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.11+incompatible?package-id=ff70898cdecee34b", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.11+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.11\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.11+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tXU1ezXcruZQRrMP8RN2z9N91h+6egZTS1gsPsKantc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible?package-id=90a58967bf63f5a", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qVkgyYUnOLQ98LtXBrwd/duVqPT2X4SHndOuGsfwyhU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible?package-id=e569ab5ec14e425d", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qVkgyYUnOLQ98LtXBrwd/duVqPT2X4SHndOuGsfwyhU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.23+incompatible?package-id=22a7042a0a43c510", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.23+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.23\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.23+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qwyha/T3rXk9lfuVcn533cKFc7n/6IzL5GXVAgMVPBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v23.0.0+incompatible?package-id=ce33b8d35febe0ab", + "type": "library", + "name": "github.com/docker/cli", + "version": "v23.0.0+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v23.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v23.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bcM4syaQ+EM/iczJTimMOGzvnzJBFPFEf4acS7sZ+RM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v23.0.0-rc.1+incompatible?package-id=40d2d240bf491120", + "type": "library", + "name": "github.com/docker/cli", + "version": "v23.0.0-rc.1+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v23.0.0-rc.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli-docs-tool@v0.5.1?package-id=bff692ad9cede854", + "type": "library", + "name": "github.com/docker/cli-docs-tool", + "version": "v0.5.1", + "cpe": "cpe:2.3:a:docker:cli-docs-tool:v0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli-docs-tool@v0.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:cli_docs_tool:v0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/compose-switch@(devel)?package-id=d86610331d566df3", + "type": "library", + "name": "github.com/docker/compose-switch", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:compose-switch:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/compose-switch@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:compose_switch:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/compose/v2@(devel)?package-id=92bab2ab8f0a9bce", + "type": "library", + "name": "github.com/docker/compose/v2", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:compose\\/v2:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/compose/v2@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "e2e" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v0.0.0-20191216044856-a8371794149d?package-id=3e7987eb7e2363c", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v0.0.0-20191216044856-a8371794149d", + "cpe": "cpe:2.3:a:docker:distribution:v0.0.0-20191216044856-a8371794149d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v0.0.0-20191216044856-a8371794149d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jC8tT/S0OGx2cswpeUTn4gOIea8P08lD3VFQT0cOZ50=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=86020b0d752a4c66", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=ae2f3d3529a6e21c", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=34555473cc6ad7bf", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=a20fd2fb9bdd445e", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=903324fa67aff1ac", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=d2bed1faebc0c01e", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible?package-id=69c1c895e07d40d0", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UTLdBmHk3bEY+w8qeO5KttOhy6OmXWsl/FEet9Uswog=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible?package-id=d18513b2e99b492", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UTLdBmHk3bEY+w8qeO5KttOhy6OmXWsl/FEet9Uswog=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.23+incompatible?package-id=7843b20bf566fe6e", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.23+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.23\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.23+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1ZQUUYAdh+oylOT85aA2ZcfRp22jmLhoaEcVEfK8dyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v23.0.0+incompatible?package-id=fb356178f943bf65", + "type": "library", + "name": "github.com/docker/docker", + "version": "v23.0.0+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v23.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v23.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L6c28tNyqZ4/ub9AZC9d5QUuunoHHfEH4/Ue+h/E5nE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v23.0.0-rc.1+incompatible?package-id=47485843c134b8e4", + "type": "library", + "name": "github.com/docker/docker", + "version": "v23.0.0-rc.1+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v23.0.0-rc.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4?package-id=d90bf9dc0af50f24", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.6.4", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.6.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=57224a5ea8730827", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=7602cc902063c526", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=7d5607ec05fcc15d", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=c51322a97f0835f", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=fb67969e5dafb8b4", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=e94eb2f80c5119b0", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=7270ba5f9d8562d7", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=ec3da7809b5c3797", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=9a72aae63660c48a", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=e644ae4ebcf2c16c", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=7c9bc5dcc702d29f", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=5de05e8477a14942", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=e7548321bbe0bf57", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=d99b04efc14ba739", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=68798c358ec40185", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=1ecb94b33e0f1c49", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=3d03df996a65865d", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=47095bdad9b9250c", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=db847846e79a437f", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=9d018826611a4d3d", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=2ee890d6d936fda6", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=f7cd26f284a9b9c1", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=3742cbcf05b04865", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=24f992b4021c0acb", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=2f31fcdf1496fae3", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=a2824d4921665f12", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=97f2b2632f3f666e", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=97e1650581e9ca24", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=116d990fce995e8e", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=da762a1d6390daf5", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=b5061d0cbbb11010", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=506e9bd68c31d0dd", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=360ca324975b8e83", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=c5471830f3479a36", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=d29ce77259bdc872", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=d9235a89774f5aaa", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=23dd9db10a21052f", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=601dd6cac7b67f1d", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v2.9.5+incompatible?package-id=e0f8b6f37e1f4f5", + "type": "library", + "name": "github.com/emicklei/go-restful", + "version": "v2.9.5+incompatible", + "cpe": "cpe:2.3:a:emicklei:go-restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v2.9.5+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=9e312f54653aecda", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=e914d84ee8235343", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=67868fbc0b40933a", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=97c7d87ade40f2df", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=f9169734d310f8e2", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=22e9466e4e3c787c", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=44268699280d89ab", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=2546b9ce976672d4", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=d9b62c4fbc5e6793", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=53bdced932490fbe", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=4922dd1a5ca29c4", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=be8f753e0551ac7", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=353ffac18c8ed5bf", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=64bb8dbee24caf52", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.14.1?package-id=5aa33bb71d7991f", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.14.1", + "cpe": "cpe:2.3:a:fatih:color:v1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.14.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.7.0?package-id=21972cdc9c68d680", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:fatih:color:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2?package-id=3a1ac21f8af8a9a4", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2?package-id=52778bb0e162c00c", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+nS9g82KMXccJ/wp0zyRW9ZBHFETmMGtkk+2CTTrW4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.4.9?package-id=6029c5639e6e2228", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.4.9", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.5.1?package-id=f03f97dc6ba92f57", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=7c7fc76b12d8620f", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=ba6b71d5daec15c7", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=3dd34698917a9f8f", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=f7eb86513941a3ee", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=9be8fdd403edfde3", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=b9a835f958be26f8", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=a522d5d343625aa8", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=fa0cda8cb8d41c2e", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/encoding@v1.0.0?package-id=505ca6a3f9f05bfd", + "type": "library", + "name": "github.com/gdamore/encoding", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/encoding@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ghodss/yaml@v1.0.0?package-id=b7f074eece3e8cb1", + "type": "library", + "name": "github.com/ghodss/yaml", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:ghodss:yaml:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ghodss/yaml@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=a1f1d97cf7beb5bb", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=448b4a88b5015651", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=b1241a776145f55c", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.0?package-id=62891a3821c647b7", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2OA7MFw38+e9na72T1xgkomPb6GzZzzxvJ5U630FoRM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2?package-id=95dea29ca80c2062", + "type": "library", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.0.2", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ULqJXIekoqMx29FI5ekXXFoH1dT2Vc8UhnRzBg+Emz4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2?package-id=9dc3ab761f91dc85", + "type": "library", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.0.2", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ULqJXIekoqMx29FI5ekXXFoH1dT2Vc8UhnRzBg+Emz4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.0?package-id=7316b0b2095511e7", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.2?package-id=78183189385cd75e", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ahHml/yUpnlb96Rp8HCvtYVPY8ZYpxq3g7UYchIYwbs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=5464155314801203", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=38b42f439740444", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=1dd9b6be1b5e1c77", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=d6a50e225539de9c", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=ac8f556b7f71c283", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=4e22bae1221e7ae", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=2cf326746721bbe1", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=b65d04b8383ce621", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=75a1d918cc610211", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=623de633156e5bf8", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=e535ffcc7ab740b7", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=ccfbe906ef440b87", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=b88fbeaeeee5a16b", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.19.5?package-id=5774edd2905ff2bd", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=c99d9ae4985f441c", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=d25887817a138376", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=40545715f2be8673", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=5c3568994aa98b34", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=c1513dcc8c366c92", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=c8ddde1aefe16d5", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=69c30de070909dba", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-test/deep@v1.1.0?package-id=317522b203bbc9c", + "type": "library", + "name": "github.com/go-test/deep", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:go-test:deep:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-test/deep@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_test:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=98be85250b04e745", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=306d35df589707ba", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=b35b4e0e635df29f", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gocarina/gocsv@v0.0.0-20190426105157-2fc85fcf0c07?package-id=20f284ee69c0bef0", + "type": "library", + "name": "github.com/gocarina/gocsv", + "version": "v0.0.0-20190426105157-2fc85fcf0c07", + "cpe": "cpe:2.3:a:gocarina:gocsv:v0.0.0-20190426105157-2fc85fcf0c07:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gocarina/gocsv@v0.0.0-20190426105157-2fc85fcf0c07", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mvnNJcQD5GlZJNF3vMqnSbdzu51UVszEH5/sb2WT1b0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=6f684b7b064fc3b8", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=dbc93a87c611975c", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=1ec805ba979f2c6d", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=f96999e3d044fdb3", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=9d6e42c56fb900d0", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=bdf6ee31ca5c3d01", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=ee473fc532e33d65", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=38e2c48e3fe2ed9b", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=29992ef3868fbb4c", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=3756812eff2eb09", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=fdcf931475cdef1a", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.4.1?package-id=92fccf7501c831d1", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.4.1?package-id=fe2357c0dbe22deb", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=fd9c7b35e231dbd5", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=37c28b96a4fe6108", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e3210584b1026a43", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=fe6f78f2e0bb5ed2", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=92af388d267958ec", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=9da7a9a6aef1497b", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=83311d53b912b78d", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=4167fba35962d1b2", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=9b13a1c28a3f8a2c", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e9c88a686faa069d", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e154faff2de9bc83", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=1518d6a3b6b37611", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=4a7b752efa38832e", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.0.0?package-id=245eb60581eaec3f", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RAqyYixv1p7uEnocuy8P1nru5wprCh/MH2BIlW5z5/o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.4.2?package-id=b300b11557b1eff8", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.4.2", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/mock@v1.6.0?package-id=d1d07269e9159a7e", + "type": "library", + "name": "github.com/golang/mock", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:golang:mock:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/mock@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=5d01d4703bf0cc36", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=67470c26ed6a07de", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=ac6af3eef5437253", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=f3b3d5c3aa9b3c59", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=de896bab53919264", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=2c010f544d99d210", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=578ed641d3dc4125", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=bedee116c49e8799", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=6db5c5a5f5097e7e", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=e4e86d16ded48ee3", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=8bb6ac9e6cd54f5a", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=f9d0ab3d4ba06d83", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=162f7b0174c94c0c", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goodhosts/hostsfile@v0.1.1?package-id=824158d01d442103", + "type": "library", + "name": "github.com/goodhosts/hostsfile", + "version": "v0.1.1", + "cpe": "cpe:2.3:a:goodhosts:hostsfile:v0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goodhosts/hostsfile@v0.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SqRUTFOshOCon0ZSXDrW1bkKZvs4+5pRgYFWySdaLno=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=49de21ee1c7d02b4", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=51b49059e5f6552f", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=f67af1aa39af8751", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=7f532288e182f7b2", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=6b3a5e985038f065", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=dfe23113faa2b7a3", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=3d7e74cddb6969d", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.6?package-id=4256d59798c65a4f", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.6", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.6?package-id=f8e92246d3feedac", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.6", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=916c48b6efaa84ff", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=992d05f2380d7a2e", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=5272d2a3ab8e9259", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=a236044dcd2b5017", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=f678350f9e5d7bf1", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.1.0?package-id=e76362179d0fb7fa", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.1.0?package-id=18295ad21cc89389", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=fc32d947fd1c3f16", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=9f2b0d46d7628a5c", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=cef8fd8ad6f15c7f", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=65d62cd52f0cc298", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=5426717ffda3e45e", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=b5d2b7b6b110c9a4", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=3e5549619c0b0f5a", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=a782807656929977", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=19a2027004f5cf1b", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=2737ddfee756dcf3", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=9fa37de07be7d698", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=93c25767e84896d2", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.1.2?package-id=488dabc39266c01c", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:google:uuid:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=60afec4a746f2425", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=65ce03ac546a5278", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=7aba3c6a8333dfaa", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=7ffc644b638d429b", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=44f9207a0c1ae89c", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=390caf82e6caca5a", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=1be85756ae551fff", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=299715ab32450f6b", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=262f277a16caf7b", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=c20ac4c9e0b04559", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=afc2ed3708b48482", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=3004d6dac69bf427", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=45b6c0d217ea3634", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=4675eb76e99dc1a2", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8c230da47189f91c", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=cdd2185d8d5542aa", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=a61be9a4aa3508df", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=674e199140eb177d", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=62540d8457a85b5b", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=f335a80587ede5f1", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=c1cfba36f030d453", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=1b21d74d87e0c8d1", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=ef9ad614d10abff6", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=59451cd500bbf0d3", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=6fbe370a0825db91", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=f2c46862f18c6b85", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=3e609773a86520e4", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0?package-id=fdd0f53b921a9559", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=f1dfaccebe1e1043", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=dfbbd336b3e6e3d3", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=240f7c0ba0b60dcd", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=62c08b79009cf977", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=17ae591a064ba736", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=6e4aa21020a1387f", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=cec020c89ecae886", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=136c35873b3f1704", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2?package-id=888b02b3263610ed", + "type": "library", + "name": "github.com/hashicorp/go-cleanhttp", + "version": "v0.5.2", + "cpe": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-cty-funcs@v0.0.0-20200930094925-2721b1e36840?package-id=42e73fe5c00fc521", + "type": "library", + "name": "github.com/hashicorp/go-cty-funcs", + "version": "v0.0.0-20200930094925-2721b1e36840", + "cpe": "cpe:2.3:a:hashicorp:go-cty-funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-cty-funcs@v0.0.0-20200930094925-2721b1e36840", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_cty_funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=69e234ddc8707bf2", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=4b183f898c8821f9", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=121973bd7b450f1", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=266e4aad5a022329", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=ca87a0f5cd85f57a", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.5.3?package-id=4ecb34e645d7e010", + "type": "library", + "name": "github.com/hashicorp/go-retryablehttp", + "version": "v0.5.3", + "cpe": "cpe:2.3:a:hashicorp:go-retryablehttp:v0.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_retryablehttp:v0.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QlWt0KvWT0lq8MFppF9tsJGF+ynG7ztc2KIPhzRGk7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-version@v1.3.0?package-id=55d6a17e09905104", + "type": "library", + "name": "github.com/hashicorp/go-version", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:hashicorp:go-version:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-version@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_version:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-version@v1.6.0?package-id=bdae8235ca9ffea4", + "type": "library", + "name": "github.com/hashicorp/go-version", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:hashicorp:go-version:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-version@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_version:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=2031deabc5e48c7c", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=ddaa85e8e6014b61", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl/v2@v2.8.2?package-id=25b6315c70c3eb70", + "type": "library", + "name": "github.com/hashicorp/hcl/v2", + "version": "v2.8.2", + "cpe": "cpe:2.3:a:hashicorp:hcl\\/v2:v2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl/v2@v2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.2?package-id=68803a42c130eaa8", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=3fa869afa6508aaf", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=d76f24fd9ab062b8", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=ae9ce5d886e48c4b", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=45c6e5744b388734", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=4e1937d8cc56553e", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=c79d323d0deeaeb2", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=a717708a3635c61d", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=598d346d9844f0ca", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=2bd5f75bb5d0016", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.6?package-id=981005f3b7e32b9c", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/intel/goresctrl@v0.2.0?package-id=54a6d8881cd57204", + "type": "library", + "name": "github.com/intel/goresctrl", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:intel:goresctrl:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/intel/goresctrl@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=115dcc24bba0d53a", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.4?package-id=8ba17eb177bf7d48", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.4", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wv+0IJZfL5z0uZoUjlpKgHkgaFSYD+r9CfrXjEXsO7w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=2c784fbce87e14fe", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.5", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=6d558ef891bde44e", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.5", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2?package-id=7b860f15b2ab35f6", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.3.1-0.20230117163003-a89700cec744?package-id=ed87a62ebaaa8671", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.3.1-0.20230117163003-a89700cec744", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.3.1-0.20230117163003-a89700cec744:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.3.1-0.20230117163003-a89700cec744", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fJ+REXDOpsMqA2spt3wAq3HGJJvWnNitGK2KVZTos+8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=36d01ae01e4c9eb4", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=851da5e3ed0b2551", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=f6e2bcc479f5e472", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=cd058c2a00c6468b", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=c803345980ed884c", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=27ddb2fcac0b4926", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=d20afbbcf1cc5c39", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=63ea73d2a0274e86", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=38513a7778555aae", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=83ef9028e8158928", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=fd741f5ad3d94efb", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=a02ce8a39ccd835", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/k3d-io/k3d/v5@v0.0.0-20230202125824-05d839b2b880?package-id=e8237120a2a9ef23", + "type": "library", + "name": "github.com/k3d-io/k3d/v5", + "version": "v0.0.0-20230202125824-05d839b2b880", + "cpe": "cpe:2.3:a:k3d-io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/k3d-io/k3d/v5@v0.0.0-20230202125824-05d839b2b880", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:k3d_io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:k3d:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -s -X github.com/k3d-io/k3d/v5/version.Version=v5.4.7 -X github.com/k3d-io/k3d/v5/version.K3sVersion=v1.25.6-k3s1 -extldflags \"-static\"" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "05d839b2b880cd0c764f0794fe0aa029f1300d19" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-02T12:58:24Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51?package-id=ccbf93daea6e98c6", + "type": "library", + "name": "github.com/kballard/go-shellquote", + "version": "v0.0.0-20180428030007-95032a82bc51", + "cpe": "cpe:2.3:a:kballard:go-shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kballard:go_shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=e5c641717e6ad255", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=24018b5657aef828", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=fb7fe2640819ea7d", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=9acd23e5c88a290e", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=6ff34d877bf93b32", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.14.4?package-id=aa9ee301feea16fc", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.14.4", + "cpe": "cpe:2.3:a:klauspost:compress:v1.14.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.14.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eijASRJcobkVtSt81Olfh7JX43osYLwy5krOJo6YEu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.15.12?package-id=19920b88de97344a", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.15.12", + "cpe": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.15.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.15.12?package-id=b65aefeeabac3f55", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.15.12", + "cpe": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.15.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YClS/PImqYbn+UILDnqxQCZ3RehC9N318SU3kElDUEM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=8de1f89e8aec0cfb", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=131f78538e405b52", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=11d0e6619e5528a4", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=e72bbd4fedb13957", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=4097d1f2da0c21d4", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=5a7ecd9aee7e613c", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.4?package-id=354b1a1b967cec5", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.4", + "cpe": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.7?package-id=97c69174c96a7234", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.7", + "cpe": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.7?package-id=ea63dc2c234e8a94", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.7", + "cpe": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=9071b593e0b72a5e", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=1f2ca929b873a1fe", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=f3a3bf8afd8f4114", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=e96e6978126ea7ec", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=754104a06a5218ba", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/dedent@v1.1.0?package-id=2275996199e66baa", + "type": "library", + "name": "github.com/lithammer/dedent", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/dedent@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0?package-id=f8886d0d6a7236b8", + "type": "library", + "name": "github.com/lucasb-eyer/go-colorful", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.5?package-id=ff3f59d15b3462c4", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.5", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=8801ac65caa6245b", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=7153b4bf0fd5c307", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=760b4f6073ffd5d", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=841d3896a5a22df0", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=1e66431964d88a86", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.0.9?package-id=d2c5cf436739e51b", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.12?package-id=6a7d33da0ab08596", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.12", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.12?package-id=f72adc28c6729062", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.12", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=92b970ac4fa1301b", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.14?package-id=a8e1f2c12e6f5001", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.16?package-id=2149ddef52de3ae6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.16", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=f0091f4be68b4ae6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.17", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.3?package-id=56f32a76dde97e76", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.3", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=cdc376c4ed55feab", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=6e797b633b51405d", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=ad0f740314c1aede", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=2bb905bf9be1320c", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12?package-id=9cd2921e2bb239d9", + "type": "library", + "name": "github.com/mattn/go-shellwords", + "version": "v1.0.12", + "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12?package-id=d711d66e5624b96d", + "type": "library", + "name": "github.com/mattn/go-shellwords", + "version": "v1.0.12", + "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2?package-id=364e492d5df48912", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369?package-id=ad061bfb8b74031d", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.2-0.20181231171920-c182affec369", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=59e73878f1a6022b", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=be75cf2f069d84eb", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=c4b7382a9372d14d", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=bc01b6ae6b2aa233", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5bf4b7f16dc36eb2", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=f1f6402a57b59dd6", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=d0a2b249515111de", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b?package-id=633ff964b7cba397", + "type": "library", + "name": "github.com/mgutz/ansi", + "version": "v0.0.0-20170206155736-9520e82c474b", + "cpe": "cpe:2.3:a:mgutz:ansi:v0.0.0-20170206155736-9520e82c474b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/miekg/pkcs11@v1.1.1?package-id=8cb0e735872daa33", + "type": "library", + "name": "github.com/miekg/pkcs11", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:miekg:pkcs11:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/miekg/pkcs11@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mistifyio/go-zfs@v2.1.2-0.20190413222219-f784269be439+incompatible?package-id=543016363f577e8a", + "type": "library", + "name": "github.com/mistifyio/go-zfs", + "version": "v2.1.2-0.20190413222219-f784269be439+incompatible", + "cpe": "cpe:2.3:a:mistifyio:go-zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mistifyio/go-zfs@v2.1.2-0.20190413222219-f784269be439+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mistifyio:go_zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=98abe337daf7d036", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=b9e593a23a24818", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=55b7d328e241e7b4", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=5c19c8e1781558af", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=31fe94e0d81c6299", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-ps@v0.0.0-20190716172923-621e5597135b?package-id=575fb9a29fe9815a", + "type": "library", + "name": "github.com/mitchellh/go-ps", + "version": "v0.0.0-20190716172923-621e5597135b", + "cpe": "cpe:2.3:a:mitchellh:go-ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-ps@v0.0.0-20190716172923-621e5597135b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9+ke9YJ9KGWw5ANXK6ozjoK47uI3uNbXv4YVINBnGm8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v0.0.0-20150314170334-ad45545899c7?package-id=9268275363ba180d", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v0.0.0-20150314170334-ad45545899c7", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v0.0.0-20150314170334-ad45545899c7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=e7001df65780726c", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=353642c3e4879f28", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=126b06bfc36de245", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=d8602c79648f9039", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.4.3?package-id=6114e04d6a8a931", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.4.3", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=98e1733f093cb5c3", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=444d333b2f3609bd", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=f52e4efa9104950a", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=ca16e8416e673562", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=393ad7d168f3bc68", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=4bfbb81128d2154a", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=47b1638d1ede5752", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/buildkit@v0.11.2?package-id=8e105ab9d91e4af7", + "type": "library", + "name": "github.com/moby/buildkit", + "version": "v0.11.2", + "cpe": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/buildkit@v0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/buildkit@v0.11.2?package-id=72879f24aa2b6767", + "type": "library", + "name": "github.com/moby/buildkit", + "version": "v0.11.2", + "cpe": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/buildkit@v0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hNNsYuRssvFnp/qJ8FifStEUzROl5riPAEwk7cRzMjg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=cdcf602c252940fe", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=933d7f861d6708b6", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=9fecc83fa3b60963", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=cb73decc3ca22605", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=b7c0bfdf65a6c56b", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=6f04247531336fc", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=662223fed1516133", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=e00fc2979f2ceb85", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/moby@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible?package-id=cc4d43d14492428", + "type": "library", + "name": "github.com/moby/moby", + "version": "v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible", + "cpe": "cpe:2.3:a:moby:moby:v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/moby@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NT0cwArZg/wGdvY8pzej4tPr+9WGmDdkF8Suj+mkz2g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/patternmatcher@v0.5.0?package-id=908eb4969f3c5bd3", + "type": "library", + "name": "github.com/moby/patternmatcher", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/patternmatcher@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/patternmatcher@v0.5.0?package-id=687a5031d3ec6d70", + "type": "library", + "name": "github.com/moby/patternmatcher", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/patternmatcher@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YCZgJOeULcxLw1Q+sVR636pmS7sPEn1Qo2iAN6M7DBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=f339feba17003146", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=dfbf7562358a346b", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=7c22c9c54b143641", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=fc56750d480fc5cb", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=58c8e8cb2ea8c291", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=9f10f7f682132fab", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=d96929294db31973", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mount@v0.3.3?package-id=265288c915c97356", + "type": "library", + "name": "github.com/moby/sys/mount", + "version": "v0.3.3", + "cpe": "cpe:2.3:a:moby:sys\\/mount:v0.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mount@v0.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fX1SVkXFJ47XWDoeFW4Sq7PdQJnV2QIDZAqjNqgEjUs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=424a7f293b22e097", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=526092188ff64548", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=cbc45c7aa69a7838", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=6c4a13679b07d1cb", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=726ee8d5dafa6848", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=13ef7c7a69190ee9", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=dd7c61ad5091f3c6", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=d3a256a1fd09413", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=605ed8b178bf67e", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=37715967f4ba8192", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/sequential@v0.5.0?package-id=ea5c8734ab65af19", + "type": "library", + "name": "github.com/moby/sys/sequential", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/sequential@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/sequential@v0.5.0?package-id=e7673c12a525115d", + "type": "library", + "name": "github.com/moby/sys/sequential", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/sequential@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=f941a400e015aaa1", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=d4192ca18737911e", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=7544f64752d1be55", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.7.0?package-id=16b754e8d463af42", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.7.0?package-id=9278ce2d27272c83", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/symlink@v0.2.0?package-id=1afa1af46089592c", + "type": "library", + "name": "github.com/moby/sys/symlink", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/symlink@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/symlink@v0.2.0?package-id=8d33d8596aa7aeb7", + "type": "library", + "name": "github.com/moby/sys/symlink", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/symlink@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297?package-id=c60b6931e6add085", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20210610120745-9d4ed1856297", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20210610120745-9d4ed1856297:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yH0SvLzcbZxcJXho2yh7CqdENGMQe73Cw3woZBpPli0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae?package-id=c83c561b3cb31e31", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20220808134915-39b0c02b01ae", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20220808134915-39b0c02b01ae:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221120202655-abb19827d345?package-id=f6cd9a07e024fa33", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221120202655-abb19827d345", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221120202655-abb19827d345:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221120202655-abb19827d345", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221128092401-c43b287e0e0f?package-id=da0e5272b4677d58", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221128092401-c43b287e0e0f", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221128092401-c43b287e0e0f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221128092401-c43b287e0e0f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J/7hjLaHLD7epG0m6TBMGmp4NQ+ibBYLfeyJWdAIFLA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=90d0f968c0c13427", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=1ddbbdf886ff1312", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=642715d250f7eba2", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=bbd18dfe57e653c", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=925ba57f361301a1", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=e2c671737f1b8487", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=40e8a7389e73026b", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2c4eb90984e2b0c6", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=fade265fc446a5c8", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=9ed3f3cd4e34184c", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2f1fcc28907da674", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=edc208c214c76a6d", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=ae499692c35559e6", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=3afb6432498fc6f9", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=afb5218b128db627", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=667e9e6e56d9d806", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=26ad946f7f5c0be0", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=4399280c9d386deb", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=ad4df57928386708", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=d621eae51b04902c", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=f016829cb2e31b64", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=84669c31f27b7d4d", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=c46344779da30b05", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=bc1a1589a4c6e88e", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=9f28d5262bb20d67", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=70fa896ce70a4b09", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=4402b1fba30fc075", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=22d605f252cd1d3c", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=d8782eb887e4fa91", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mrunalp/fileutils@v0.5.0?package-id=82e2eb22790dd4d0", + "type": "library", + "name": "github.com/mrunalp/fileutils", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:mrunalp:fileutils:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mrunalp/fileutils@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=53d542304423894c", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=2ae94ecb766ac6b9", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=3bd0be1b54fd8378", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=4593930edb71d87f", + "type": "library", + "name": "github.com/mxk/go-flowrate", + "version": "v0.0.0-20140419014527-cca7078d478f", + "cpe": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=9b3f3332c48d9c18", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=ef7321122114df9c", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=44b703bdb88616b0", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=c016c673a824b866", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=33a968e90c847270", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b107c08b8512667c", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=ffba7cf0e1659e28", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b9daeac5122d25e", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=9d0b7ba3f2722a07", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=e22f521700598a7", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=412cfc590a087cf0", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=cb926d366e1b244e", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=870101fb9756da94", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=867cb943be9be9c4", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.2?package-id=8fc2fe0a7599c7c6", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=7928e4910c4cff1b", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=26552d49d9326d8e", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=6672647d26f4a7a9", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=f4bf4f620512a303", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=cbca9ddfc4db68f6", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220303224323-02efb9a75ee1?package-id=1e48bf3ccfacb4e1", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20220303224323-02efb9a75ee1", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220303224323-02efb9a75ee1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=adb11f39af46d8d2", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=3b3d7c87cd387cb4", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=d952998176339799", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=824338f9b13595c4", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@(devel)?package-id=7a3c4795c6ffb764", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "(devel)", + "cpe": "cpe:2.3:a:opencontainers:runc:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=\"-trimpath=/build/moby-runc/.gopath/src\"" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=\"-trimpath=/build/moby-runc/.gopath/src\"" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "seccomp" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.0.2?package-id=e840eaa37daa36fa", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:opHZMaswlyxz1OuGpBE53Dwe4/xF7EZTY0A2L/FpCOg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=a78df37d5d9a56ad", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=6b46fa5defe02bee", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=921bc9e9f49c7616", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.3?package-id=5dd201729ff83e6c", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.3?package-id=2c7b81c7021080c6", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vIXrkId+0/J2Ymu2m7VjGvbSlAId9XNRPhn2p4b+d8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.4?package-id=f0079498a23abb7", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.4", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nRCz/8sKg6K6jgYAFLDlXzPeITBZJyX28DBVhWD+5dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=1150f0073e78863a", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=3f50f14f211a5183", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=b5b0b6dc28ff6541", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=cadb7afdd1076b2", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=c86fe35d61b0f14b", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=7cba7fd5e0469fb5", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=818d9892b58ac2fd", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.0?package-id=b4eb40086977ac84", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=55eaaa8c941aa11f", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=ce9d847aba90c233", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=63b6fb037c1155e8", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.4?package-id=d7b4566cd00a26cc", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=caf2354128a30b2a", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=15e9f45b3543fe14", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=ad86364f0016cf9d", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=bdbdec14074beb57", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6?package-id=33918f38244f1b02", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=eb486c2fa0a6bfd8", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=d08e2b84b2990a70", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=e6f0414de4a3f344", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=d77b003dc6f683e1", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2?package-id=61fceecd094b0139", + "type": "library", + "name": "github.com/phayes/freeport", + "version": "v0.0.0-20180830031419-95f893ade6f2", + "cpe": "cpe:2.3:a:phayes:freeport:v0.0.0-20180830031419-95f893ade6f2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/browser@v0.0.0-20180916011732-0a3d74bf9ce4?package-id=99648d9a0e4ae839", + "type": "library", + "name": "github.com/pkg/browser", + "version": "v0.0.0-20180916011732-0a3d74bf9ce4", + "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20180916011732-0a3d74bf9ce4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20180916011732-0a3d74bf9ce4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:49lOXmGaUpV9Fz3gd7TFZY106KVlPVa5jcYD1gaQf98=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=7966def90fc8cb9c", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=de0a52c577ef1b45", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=331f5dd2d50d5bbb", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=730a80d7a9191c27", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=99f0726a0fba1afa", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=392aac28f852c12f", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=5dd1fcc17206898a", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=870d9036627108d1", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=eb5880523922fc76", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=933f5f565c4f0d20", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=11995f91026190d6", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=fd19c08892e02b1b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=3dec2c26e92ed074", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=36301adfaaae6fdf", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=6afe64bf8f6e8196", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=93a8517c6316b235", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=27124073feb7fc34", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=e8a3d04523f6ee04", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=860738715739f332", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=e668881ec31d65ee", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=518945fdf4d186e0", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=8d1df66cf89e2e87", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=508e8f1e0d750acd", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=e21e222fd39184bb", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=4749a3b98f2fc5f", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=b8dfc4b5200926ed", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=26e910ab8635e2a6", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=690a028579524cf1", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=59d0a8583ae1ea28", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=460f812093fe96cd", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=6952d1b689889d60", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=f7d8479796acf812", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=6414ef8990b4c492", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=dd2403dc4cf6e39a", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.30.0?package-id=8f8db3a7408eb149", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.30.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.30.0?package-id=5962620593e5c2f7", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.30.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.32.1?package-id=263bed0713096e94", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.32.1", + "cpe": "cpe:2.3:a:prometheus:common:v0.32.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.32.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=e3a40f4886259ce8", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=f18ba212ba52309c", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=71ffeb260a3f4c86", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=6d4c9f9b5341b80c", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=7a1e5475a6b9d068", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.39.0?package-id=d0c485735cd37c03", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.39.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.39.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oOyhkDq05hPZKItWVBkJ6g6AtGxi+fy7F4JvUV8uhsI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=517e2a02fab50b0", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=496a90e5e6ab8991", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=2898ecea9a2de0cb", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=a985d878facf8edc", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=249cd19ca53db73e", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=d215412e37f0d2d8", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=3bfc601943fdc54", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=16b792a08e4be541", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.9.0?package-id=31acb7d581b255ce", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rakyll/hey@v0.1.4?package-id=4458cbbf73900517", + "type": "library", + "name": "github.com/rakyll/hey", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:rakyll:hey:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rakyll/hey@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hhc8GIqHN4+rPFZvkM9lkCQGi7da0sINM83xxpFkbPA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.2.0?package-id=8144f56445512e25", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.4.3?package-id=e2d15dbae8803a32", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.4.3", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/zerolog@v1.29.0?package-id=d663f3347dca5153", + "type": "library", + "name": "github.com/rs/zerolog", + "version": "v1.29.0", + "cpe": "cpe:2.3:a:rs:zerolog:v1.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/zerolog@v1.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v0.0.0-20210614095031-55d5740dbbcc?package-id=52525ae9442b855a", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v0.0.0-20210614095031-55d5740dbbcc", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v0.0.0-20210614095031-55d5740dbbcc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BD7uZqkN8CpjJtN/tScAKiccBikU4dlqe/gNrkRaPY4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0?package-id=3a945353cf28e4e3", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXMPLMd41sK7Tg75SXDec15k3zg5WNV6SjuDRiNfcU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0?package-id=ea97115aca228827", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXMPLMd41sK7Tg75SXDec15k3zg5WNV6SjuDRiNfcU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday@v1.5.2?package-id=9acaf92dc741ce47", + "type": "library", + "name": "github.com/russross/blackfriday", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:russross:blackfriday:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=2923ce2df0a88517", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=39fcd0ac6ae450d2", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=bbbcbaca910bde6e", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=ebef2fd13289c314", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=783c7cece8d48505", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=9218c6e82e4a1e03", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=85c20fb123988eb", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sahilm/fuzzy@v0.1.0?package-id=80fd6dd1558d8ba4", + "type": "library", + "name": "github.com/sahilm/fuzzy", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:sahilm:fuzzy:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sahilm/fuzzy@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FzWGaw2Opqyu+794ZQ9SYifWv2EIXpwP4q8dY1kDAwI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/seccomp/libseccomp-golang@v0.9.2-0.20220502022130-f33da4d89646?package-id=632aca43064af591", + "type": "library", + "name": "github.com/seccomp/libseccomp-golang", + "version": "v0.9.2-0.20220502022130-f33da4d89646", + "cpe": "cpe:2.3:a:seccomp:libseccomp-golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/seccomp/libseccomp-golang@v0.9.2-0.20220502022130-f33da4d89646", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seccomp:libseccomp_golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002?package-id=2d89a2df25ebcb4e", + "type": "library", + "name": "github.com/serialx/hashring", + "version": "v0.0.0-20190422032157-8b2912629002", + "cpe": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002?package-id=7979f06277f87e02", + "type": "library", + "name": "github.com/serialx/hashring", + "version": "v0.0.0-20190422032157-8b2912629002", + "cpe": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ka9QPuQg2u4LGipiZGsgkg3rJCo4iIUCy75FddM0GRQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shirou/gopsutil@v3.21.4+incompatible?package-id=5591c59ac20fcbb0", + "type": "library", + "name": "github.com/shirou/gopsutil", + "version": "v3.21.4+incompatible", + "cpe": "cpe:2.3:a:shirou:gopsutil:v3.21.4\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shirou/gopsutil@v3.21.4+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fuHcTm5mX+wzo542cmYcV9RTGQLbnHLI5SyQ5ryTVck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=851d249f1a38ffad", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=9d11e39a9a7f8b2d", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=8c72f75a900e6138", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=6caf4fa5274c2446", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=ad2f7dba2a4c076d", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=1d7f89750a1176d3", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=cbc556b8698fa904", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=d287cb4602d62ebf", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=a1efff9acbc906f9", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=417c6f7b62a17900", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=4fb23f74137bf1f4", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=8fdce5fa52509538", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=66282bc4a65634cf", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=666d8e4c23db4cea", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=de6a68d0dd02e4a4", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=8a3610757176ecdd", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=100d1ef387b858ea", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=6b59cd355312678", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=2e60c0523d36fd34", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=7d6554aafa5b2f92", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.6.0?package-id=f87ac1771af9c7b6", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:spf13:afero:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.9.3?package-id=73ddfd82d172fff5", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:spf13:afero:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.3.1?package-id=88041036924b6a14", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.4.1?package-id=7b97d16610d322ee", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.4.1?package-id=f5d4f35448eb6448", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=cd4299f8b09c28db", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.1.3?package-id=5af24ed477f8e3d5", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:spf13:cobra:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.3.0?package-id=a986dde913a0650a", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.0?package-id=4978be4399625b53", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=a66613f12e22d4db", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=d9504935183192d4", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=5455d030bf8fefd4", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=41e4ba03c197b951", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=b7b969ee8229f1bb", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=ddc981583f276ca7", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=b9a9311ceecf9707", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=d34aedefbcb16d46", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=da09faea830ce053", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=21d4d9e950181f73", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=f2e622f23898935", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=82c3caa5553020c5", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=f31da943d764b121", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=4e6943b48d166b7d", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=a5de43cefd9e0cff", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=426c93465dfc809f", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.10.0?package-id=8ffcf085cd8a1176", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.15.0?package-id=b99d4a4eb32b15bd", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stefanberger/go-pkcs11uri@v0.0.0-20201008174630-78d3cae3a980?package-id=b75173237432cfd7", + "type": "library", + "name": "github.com/stefanberger/go-pkcs11uri", + "version": "v0.0.0-20201008174630-78d3cae3a980", + "cpe": "cpe:2.3:a:stefanberger:go-pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stefanberger/go-pkcs11uri@v0.0.0-20201008174630-78d3cae3a980", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanberger:go_pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.7.0?package-id=9765f6f38e7c362f", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:stretchr:testify:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.1?package-id=9db509d7b28e68b0", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.1?package-id=75186f2d798479e1", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.2.0?package-id=a1a3e35c03df99b", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.4.2?package-id=b3549f7306b21dc", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/syndtr/gocapability@v0.0.0-20200815063812-42c35b437635?package-id=b15ba4a659710559", + "type": "library", + "name": "github.com/syndtr/gocapability", + "version": "v0.0.0-20200815063812-42c35b437635", + "cpe": "cpe:2.3:a:syndtr:gocapability:v0.0.0-20200815063812-42c35b437635:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/syndtr/gocapability@v0.0.0-20200815063812-42c35b437635", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tchap/go-patricia@v2.2.6+incompatible?package-id=2dffa008de69c60d", + "type": "library", + "name": "github.com/tchap/go-patricia", + "version": "v2.2.6+incompatible", + "cpe": "cpe:2.3:a:tchap:go-patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tchap/go-patricia@v2.2.6+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tchap:go_patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.6.1?package-id=f4483e09cd8b44d0", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.6.1", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.7.0?package-id=f8730a31252e2e88", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.7.0?package-id=d9e72120f0012fdd", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tilt-dev/fsnotify@v1.4.8-0.20220602155310-fff9c274a375?package-id=1f8010e875d18d6a", + "type": "library", + "name": "github.com/tilt-dev/fsnotify", + "version": "v1.4.8-0.20220602155310-fff9c274a375", + "cpe": "cpe:2.3:a:tilt-dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tilt-dev/fsnotify@v1.4.8-0.20220602155310-fff9c274a375", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tilt_dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tilt:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QB54BJwA6x8QU9nHY3xJSZR2kX9bgpZekRKGkLTmEXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.6?package-id=d60080181c03c5a7", + "type": "library", + "name": "github.com/tklauser/go-sysconf", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tklauser:go_sysconf:v0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oc1sJWvKkmvIxhDHeKWvZS4f6AW+YcoguSfRF2/Hmo4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/numcpus@v0.2.2?package-id=1609eb46a9f889fc", + "type": "library", + "name": "github.com/tklauser/numcpus", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:tklauser:numcpus:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/numcpus@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oyhllyrScuYI6g+h/zUvNXNp1wy7x8qQy3t/piefldA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa?package-id=90c4428efb5e6668", + "type": "library", + "name": "github.com/tonistiigi/fsutil", + "version": "v0.0.0-20230105215944-fb433841cbfa", + "cpe": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa?package-id=45816e05803f2c93", + "type": "library", + "name": "github.com/tonistiigi/fsutil", + "version": "v0.0.0-20230105215944-fb433841cbfa", + "cpe": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XOFp/3aBXlqmOFAg3r6e0qQjPnK5I970LilqX+Is1W8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea?package-id=9c7b98d7a5cca7fd", + "type": "library", + "name": "github.com/tonistiigi/units", + "version": "v0.0.0-20180711220420-6950e57a87ea", + "cpe": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea?package-id=2ae993327ecbbaf5", + "type": "library", + "name": "github.com/tonistiigi/units", + "version": "v0.0.0-20180711220420-6950e57a87ea", + "cpe": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f?package-id=424d2143675d1f18", + "type": "library", + "name": "github.com/tonistiigi/vt100", + "version": "v0.0.0-20210615222946-8066bb97264f", + "cpe": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f?package-id=71cbc3cfac7f869", + "type": "library", + "name": "github.com/tonistiigi/vt100", + "version": "v0.0.0-20210615222946-8066bb97264f", + "cpe": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DLpt6B5oaaS8jyXHa9VA4rrZloBVPVXeCtrOsrFauxc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=23e6cf073a4b45cf", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=2395305ad44333c3", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=d8f6b4df898e568", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=20f7b00514180b1c", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netlink@v1.1.0?package-id=e90cf098477cf1ea", + "type": "library", + "name": "github.com/vishvananda/netlink", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:vishvananda:netlink:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netlink@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netlink@v1.1.1-0.20210330154013-f5de75959ad5?package-id=c43b4d056cb2b83d", + "type": "library", + "name": "github.com/vishvananda/netlink", + "version": "v1.1.1-0.20210330154013-f5de75959ad5", + "cpe": "cpe:2.3:a:vishvananda:netlink:v1.1.1-0.20210330154013-f5de75959ad5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netlink@v1.1.1-0.20210330154013-f5de75959ad5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20191106174202-0a2b9b5464df?package-id=3804feb1642fa08c", + "type": "library", + "name": "github.com/vishvananda/netns", + "version": "v0.0.0-20191106174202-0a2b9b5464df", + "cpe": "cpe:2.3:a:vishvananda:netns:v0.0.0-20191106174202-0a2b9b5464df:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20191106174202-0a2b9b5464df", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20210104183010-2eb08e3e575f?package-id=db5d9e04744db071", + "type": "library", + "name": "github.com/vishvananda/netns", + "version": "v0.0.0-20210104183010-2eb08e3e575f", + "cpe": "cpe:2.3:a:vishvananda:netns:v0.0.0-20210104183010-2eb08e3e575f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20210104183010-2eb08e3e575f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=15990af03e3de4e8", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=c5adeb98489385ce", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=4151e3b2b78cfca6", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=574fbc1baa69c139", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=4e7eaac551022ada", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20190905194746-02993c407bfb", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=8e6f23aeea474f79", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20190905194746-02993c407bfb", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=d3c97444782bf689", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1f054559127e7df", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1c01f2652e07cc74", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=7034dbf4b5e52030", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=f4fc13537c7d1e91", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1b0395fdfb468c32", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=d15f1628fb04ef8d", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=8f0114a9837a871a", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=1a2b8dc126d29644", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=36d516b31bcce54e", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=43032162b0e118af", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=af89d931e33757db", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca?package-id=3138d8edc5e6391b", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v0.0.0-20181112141820-a009c3971eca", + "cpe": "cpe:2.3:a:xlab:treeprint:v0.0.0-20181112141820-a009c3971eca:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=94131ab363541490", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=6dcac3d2292ed5c3", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=a3f5f6c31eaefed", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/zclconf/go-cty@v1.10.0?package-id=4eb8e84b6177bb5b", + "type": "library", + "name": "github.com/zclconf/go-cty", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:zclconf:go-cty:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/zclconf/go-cty@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zclconf:go_cty:v1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=812f7819b9d5318f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "473" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=73b7995c9480c1d1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-l10n", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-l10n/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-l10n.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "392" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=eebfdf06b6eb0bdb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-utils", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg2@2.2.27-3ubuntu2.1?arch=all&distro=ubuntu-22.04&package-id=1842fdbe17790a20", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg2", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg2:gnupg2:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg2@2.2.27-3ubuntu2.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/bbolt@v1.3.6?package-id=b7631e7610a88dc2", + "type": "library", + "name": "go.etcd.io/bbolt", + "version": "v1.3.6", + "purl": "pkg:golang/go.etcd.io/bbolt@v1.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mozilla.org/pkcs7@v0.0.0-20200128120323-432b2356ecb1?package-id=83a1b4702587e637", + "type": "library", + "name": "go.mozilla.org/pkcs7", + "version": "v0.0.0-20200128120323-432b2356ecb1", + "purl": "pkg:golang/go.mozilla.org/pkcs7@v0.0.0-20200128120323-432b2356ecb1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.28.0?package-id=8cc3e7521f2937dd", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.28.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ky1MObd188aGbgb5OgNnwGuEEwI9MVIcc7rBW6zk5Ak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0?package-id=c6e57a0d3eff6511", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0?package-id=a1bd1618368caf4e", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n9b7AAdbQtQ0k9dm0Dm2/KUcUqtG8i2O15KzNaDze8c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0?package-id=a82f4ea26b745ba4", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0?package-id=c58de597aed50806", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Wjp9vsVSIEyvdiaECfqxY9xBqQ7JaSCGtvHgR4doXZk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0?package-id=e0103f6c3ba3e1d3", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0?package-id=11acfb672d997dae", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SLme4Porm+UwX0DdHMxlwRt7FzPSE0sys81bet2o0pU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.13.0?package-id=cd8f84b649856ee2", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.13.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1ZAKnNQKwBBxFtww/GwxNUyTf0AxkZzrukO8MeXqe4Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.3.0?package-id=41cf869436c17efb", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.3.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:APxLf0eiBwLl+SOXiJJCVYzA1OOJNyAoV8C5RNRyy7Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.4.1?package-id=b62127c97908054a", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.4.1", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.3.0?package-id=390aec786384d367", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1?package-id=f175a587ee5a40bc", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1?package-id=edae1f1dd66af2d8", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:imIM3vRDMyZK1ypQlQlO+brE22I9lRhJsBDXpDWjlz8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.3.0?package-id=267ed97f613190b6", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1?package-id=e4ca436cd6df1fa2", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1?package-id=3d0184635f694b8d", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WPpPsAAs8I2rA47v5u0558meKmmwm1Dj99ZbqCV8sZ8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.3.0?package-id=417344cf638f7fc0", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1?package-id=af8f83d97a11a41b", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1?package-id=3add78a9b11bf450", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AxqDiGk8CorEXStMDZF5Hz9vo9Z7ZZ+I5m8JRl/ko40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.3.0?package-id=acfc21d28a357d3d", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1?package-id=4f26bb474fd3b16f", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1?package-id=76433ec20907d7a0", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8qOago/OqoFclMUUj/184tZyRdDZFpcejSjbk5Jrl6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0?package-id=ddaffe44c245f24a", + "type": "library", + "name": "go.opentelemetry.io/otel/internal/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0?package-id=5dbe1879fd2709ff", + "type": "library", + "name": "go.opentelemetry.io/otel/internal/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9dAVGAfFiiEq5NVB9FUJ5et+btbDQAUIJehJ+ikyryk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0?package-id=14496f533401df47", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0?package-id=501a452aa5f0476", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HhJPsGhJoKRSegPQILFbODU56NS/L1UE4fS1sC5kIwQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.3.0?package-id=3e1264587ac372bd", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:sdk:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1?package-id=48ea76e1de3e3894", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1?package-id=8f923f001633f3b6", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J7EaW71E0v87qflB4cDolaqq3AcujGrtyIPGQoZOB0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.13.0?package-id=9f52750f77a0bf81", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:otel:trace:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CBgRZ6ntv+Amuj1jDsMhZtlAPT6gbyIRdaIzFhfBSdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.3.0?package-id=dc7e056bc17a8d3e", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:trace:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:doy8Hzb1RJ+I3yFhtDmwNc7tIyw1tNMOIsyPzp1NOGY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.4.1?package-id=34d9afee8410dfc6", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:trace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.11.0?package-id=f6887693149944f9", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0?package-id=15818a762d835db1", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0?package-id=c27e27066e34018b", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CMJ/3Wp7iOWES+CYLfnBv+DVmPbB+kmy9PJ92XvlR6c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=8d89f3defafff526", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=5fffa5cb5b2552af", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=60f9ef82a2982906", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=a537e78148929756", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go4.org/intern@v0.0.0-20220617035311-6925f38cc365?package-id=8aab8a564b62c904", + "type": "library", + "name": "go4.org/intern", + "version": "v0.0.0-20220617035311-6925f38cc365", + "purl": "pkg:golang/go4.org/intern@v0.0.0-20220617035311-6925f38cc365", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t9hFvR102YlOqU0fQn1wgwhNvSbHGBbbJxX9JKfU3l0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20220617031537-928513b29760?package-id=2f78bdacf1af2c76", + "type": "library", + "name": "go4.org/unsafe/assume-no-moving-gc", + "version": "v0.0.0-20220617031537-928513b29760", + "cpe": "cpe:2.3:a:unsafe:assume-no-moving-gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*", + "purl": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20220617031537-928513b29760", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unsafe:assume_no_moving_gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FyBZqvoA/jbNzuAWLQE2kG820zMAkcilx6BMjGbL/E4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838?package-id=7720b19613651de2", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.0.0-20220131195533-30dcbda58838", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220131195533-30dcbda58838:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:71vQrMauZZhcTVK6KdYM+rklehEEwb3E+ZhaE5jrPrE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.0.0-20220315160706-3147a52a75dd?package-id=4642315a3a155cac", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.0.0-20220315160706-3147a52a75dd", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220315160706-3147a52a75dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.0.0-20220315160706-3147a52a75dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.2.0?package-id=c1b9a3c59690b4cb", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.2.0?package-id=1e543a121c43473b", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BRXPfhNivWL5Yq0BGQ39a2sW6t44aODpfxkWjYdzewE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=415e5bc0acb9000", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=b76aaa48060bcebc", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=4cc2ba19c9691c22", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20201224014010-6772e930b67b?package-id=2a2335e715ac9e90", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20201224014010-6772e930b67b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20201224014010-6772e930b67b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20201224014010-6772e930b67b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220107192237-5cfca573fb4d?package-id=b482a62b618c8844", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220107192237-5cfca573fb4d", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220107192237-5cfca573fb4d:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220107192237-5cfca573fb4d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:62NvYBuaanGXR2ZOfwDFkhhl6X1DUgf8qg3GuQvxZsE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=649bdad450d20b08", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=75c025ba0e3a8ca6", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=bdfe8c6ed84f764b", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.3.1-0.20221206200815-1e63c2f08a10?package-id=b5209e67da60a806", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.3.1-0.20221206200815-1e63c2f08a10", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.3.1-0.20221206200815-1e63c2f08a10:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.3.1-0.20221206200815-1e63c2f08a10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.4.0?package-id=81dffaee9a526a41", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.4.0?package-id=b585d902f32dfde8", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q5QPcMlvfxFTAPV0+07Xz/MpK9NTXu2VDUuy0FeMfaU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=3bea5c9c87dda66b", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=2adc096e2ebdbcd7", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=9a88229340c0b8c7", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20210819190943-2bc19b11175f?package-id=d45ede760896fcf8", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20210819190943-2bc19b11175f", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20210819190943-2bc19b11175f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20210819190943-2bc19b11175f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20211104180415-d3ed0bb246c8?package-id=a388865665e03519", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20211104180415-d3ed0bb246c8", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20211104180415-d3ed0bb246c8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20211104180415-d3ed0bb246c8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=51ae8f07c7cead9a", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=e20539edc4ce6971", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=262ab10523cccbf0", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783?package-id=fd324692a5773e9a", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20221014153046-6fdb5e3db783", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783?package-id=1d48e65e6ad4e6d2", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20221014153046-6fdb5e3db783", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nt+Q6cXKz4MosCSpnbMtqiQ8Oz0pxTef2B4Vca2lvfk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.4.0?package-id=7501c0cd313bd06e", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NF0gk8LVPg1Ml7SSbGyySuoxdsXitj7TvgvuRxIMc/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=7cde853306b4b814", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=317a46c812fac709", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=c0fc6e6851cd76ce", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=4e9727740027da2", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=856f9b2ef440d4ab", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=308d457e0a4f7a5e", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=2c3c11fe4e48989a", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=953702031e4f9f57", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=1ebcab0c6669b649", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=36f4ce50e7910d71", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=bd12f1040c18a4e0", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20211116061358-0a5406a5449c?package-id=ae68015b17e2dc1f", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20211116061358-0a5406a5449c", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20211116061358-0a5406a5449c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20211116061358-0a5406a5449c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a?package-id=9e542087e9efaf07", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220204135822-1c1b9b1eba6a", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220204135822-1c1b9b1eba6a:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ppl5mZgokTT8uPkmYOyEUmPTr3ypaKkg5eFOGrAmxxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=8fe874f8b1cfc309", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=6634494dd7f7d609", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=776fbc7644979aa7", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=4f7269cd1ee947d8", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=22c428636dedb59f", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=c75aa3aa752525db", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.3.0?package-id=3930e55362dcae37", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.3.0?package-id=127a56fcccda2a7a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=2e1d9fc2daea064a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=5231c2618416b1d1", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=795e1872460116c7", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=720b67328f81141d", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211?package-id=181821a950ef6a9c", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.0.0-20210927222741-03fcf44c2211", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211?package-id=b222a1a8663cd809", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.0.0-20210927222741-03fcf44c2211", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=a30f179814d16f34", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=afde02e81411a04d", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=edc83802b8111523", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qoo4akIqOcDME5bhc/NgxUdovd6BSS2uMsVjB56q1xI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=40d4a875bb5f6fc0", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=343adcaae13d7bb6", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=85a114224825ce59", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=c4ddd0d4d0ea4845", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=b052d55fac91d1bd", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=be4b19eb9ff08211", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=a8bc69158eeb5851", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.5.0?package-id=ca80e380abc3ed66", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.5.0?package-id=66a7704474dc3d93", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=8b67cfdc12d8c0af", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=4a2a6eccaed3010a", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=e00911cc0242a091", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=4a17cb1b42df39e4", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20210723032227-1f47c861a9ac?package-id=b4ead9afff81c6f1", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20210723032227-1f47c861a9ac", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20210723032227-1f47c861a9ac:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20210723032227-1f47c861a9ac", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20211116232009-f0f3c7e86c11?package-id=7cbfc7f0236d7fa0", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20211116232009-f0f3c7e86c11", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20211116232009-f0f3c7e86c11:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20211116232009-f0f3c7e86c11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GZokNIeuVkl3aZHJchRrr13WCsols02MLUcz1U9is6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=d6de1f07537ec0e3", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vVKdlvoWBphwdxWKrFZEuM0kGgGLxUOYcY4U/2Vjg44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=4e3ac52c194633b2", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=5c52f010528d2ce8", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vVKdlvoWBphwdxWKrFZEuM0kGgGLxUOYcY4U/2Vjg44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.1.0?package-id=d50e02a477941cfa", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.1.0?package-id=b7c4e876692383f9", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xYY+Bajn2a7VBmTM5GikTmnK8ZuX8YgnQCqZpbBNtmA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=36cb2c9b7b592c18", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=106d3f851b3ac7ab", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=d27768cb898bb114", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=5f53f8f26f278271", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=97903083964e2a6b", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=792c759d55de37a", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=e2fd1c2891a8c264", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220107163113-42d7afdf6368?package-id=e693cb8ceb43ed94", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220107163113-42d7afdf6368", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220107163113-42d7afdf6368:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220107163113-42d7afdf6368", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Et6SkiuvnBn+SgrSYXs/BrUpGB4mbdwt4R3vaPIlicA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21?package-id=379a2157f3327f4e", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220502173005-c8bf987b8c21", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrbNEivu7Zn1pxvHk6MBrq9iE22woVILTHqexqBxe6I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21?package-id=c126db5bd000fe92", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220502173005-c8bf987b8c21", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrbNEivu7Zn1pxvHk6MBrq9iE22woVILTHqexqBxe6I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e?package-id=31376aa3e572c607", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20221024183307-1bc688fe9f3e", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e?package-id=7bb797a5a05af3a2", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20221024183307-1bc688fe9f3e", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:S9GbmC1iCgvbLyAokVCwiO6tVIrU9Y7c5oMx1V/ki/Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.43.0?package-id=669fb92b7c0a8100", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.43.0", + "cpe": "cpe:2.3:a:google:grpc:v1.43.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.43.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Eeu7bZtDZ2DpRCsLhUlcrLnvYaMK1Gz86a+hMVvELmM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=8dff1c7d82f83d1f", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=ec58ae2cd6dbd8fa", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=772028b47c281bf8", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=2c2fc68d51b4ff6", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=428f0a88edbf8c0f", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=f3e1f3f090606442", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.49.0?package-id=2fc7e406f2add611", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.49.0", + "cpe": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.49.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WTLtQzmQori5FUH25Pq4WT22oCsv8USpQ+F6rqtsmxw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.49.0?package-id=3df549ec30da4325", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.49.0", + "cpe": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.49.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WTLtQzmQori5FUH25Pq4WT22oCsv8USpQ+F6rqtsmxw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.50.1?package-id=9533749b9af6026c", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.50.1", + "cpe": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.50.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.50.1?package-id=95657e3273b630d2", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.50.1", + "cpe": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.50.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DS/BukOZWp8s6p4Dt/tOaJaTQyPyOoCcrjroHuCeLzY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.27.1?package-id=9c2cffeb66e3891f", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.27.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.27.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.27.1?package-id=dc980c6d95a9afc9", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.27.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.27.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=29f27eda0449e2d5", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=b913e6875dbc6e98", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=cc63344ee4d5e084", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=603da22d6678228d", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=ad5b5724080dc619", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=e59e769bce1a29d1", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=34316f8ed1d1f4fa", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=bcc945e9e50c4c6f", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=61fc31d70b94665", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=2bfce1f6228898cd", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=b83f9b01fbb44799", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=692b634187b42f41", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/gorp.v1@v1.7.2?package-id=eda30d5b4b9e71a5", + "type": "library", + "name": "gopkg.in/gorp.v1", + "version": "v1.7.2", + "purl": "pkg:golang/gopkg.in/gorp.v1@v1.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=5b06e1cdbcee2158", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=aff75007dd67c0a1", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=664aaca3cd809af", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=7a59f9448f89e0e3", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=3dff5de35546445b", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=725e6db0fcc1ea26", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=1490aa7877554440", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=d39aaa9676afb658", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.66.2?package-id=744a60b839c5d143", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.66.2", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.66.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=102902bbc94f7399", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/square/go-jose.v2@v2.5.1?package-id=6ef2fed6f54f3b47", + "type": "library", + "name": "gopkg.in/square/go-jose.v2", + "version": "v2.5.1", + "purl": "pkg:golang/gopkg.in/square/go-jose.v2@v2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=eb5338e9605df330", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=92d9d5f0f07351eb", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=31587870c25b9ad9", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=73cb7c0ab552dbf8", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=bf18370c140f7d90", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=7243bbf91bbf6f58", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=77c061dd5c2a83c8", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=90066c0afcd64dff", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b?package-id=40c0462f16fe5844", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.0-20210107192922-496545a6307b", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=7491f8d7ead3f911", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=e6a9641c7588f8b1", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b13bb8a933828141", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=90b0987413c1107", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=1f7cdb9e1f65b694", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=8c8fc60788ed45f1", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=fc36f89641d029c3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1121" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=8201a544a61dd70e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-agent", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-agent/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-agent.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gpg-agent.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "595" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a6b0976c08fb560e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-client", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-client.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "184" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=6749331b6287aa86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-server", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-server/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-server.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "168" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=f11efcc4421a57ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgconf", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgconf.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "280" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=3317ca8f5d4bee31", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgsm", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgsm/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgsm.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=3559a32b1e002164", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a1e12867bd46b383", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/groff-base@1.22.4-8build1?arch=amd64&upstream=groff&distro=ubuntu-22.04&package-id=ebc2d77550a62e35", + "type": "library", + "publisher": "Colin Watson ", + "name": "groff-base", + "version": "1.22.4-8build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:groff-base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/groff-base@1.22.4-8build1?arch=amd64&upstream=groff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff-base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff_base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff_base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/groff-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/groff-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/groff-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3444" + }, + { + "name": "syft:metadata:source", + "value": "groff" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=d9143c7d1d4d6f22", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20230208170233-293b50c65d4d?package-id=f5e3dbe2511d1f1f", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v0.0.0-20230208170233-293b50c65d4d", + "cpe": "cpe:2.3:a:helm:v3:v0.0.0-20230208170233-293b50c65d4d:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v0.0.0-20230208170233-293b50c65d4d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "293b50c65d4d56187cd4e2f390f0ada46b4c4737" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-08T17:02:33Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v3.11.1?package-id=ebb6e15ba3a0c258", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v3.11.1", + "cpe": "cpe:2.3:a:helm:v3:v3.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v3.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cmL9fFohOoNQf+wnp2Wa0OhNFH0KFnSzEkVxi3fcc3I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v3.8.1?package-id=8e58664f2f8df010", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v3.8.1", + "cpe": "cpe:2.3:a:helm:v3:v3.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v3.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J1EzhvtvKJRdx9skjUVe5xPN7KK2VA1mVxiQ9Ic5+oU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=c7d6ba7eac1f8093", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/htop@3.0.5-7build2?arch=amd64&distro=ubuntu-22.04&package-id=d9c8bb41043f314", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "htop", + "version": "3.0.5-7build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:htop:htop:3.0.5-7build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/htop@3.0.5-7build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/htop/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/htop.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/icu-devtools@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=2bb9bbb8d9672994", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "icu-devtools", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:icu-devtools:icu-devtools:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/icu-devtools@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu-devtools:icu_devtools:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_devtools:icu-devtools:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu_devtools:icu_devtools:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu-devtools:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:icu:icu_devtools:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/icu-devtools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/icu-devtools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "678" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:pypi/identify@2.5.18?package-id=6562489126efe426", + "type": "library", + "author": "Chris Kuehl ", + "name": "identify", + "version": "2.5.18", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_kuehl_project:python-identify:2.5.18:*:*:*:*:*:*:*", + "purl": "pkg:pypi/identify@2.5.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl_project:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl_project:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:identify:2.5.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.18.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.18.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.18.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=e501058077e91f5c", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=c695ce3d4b9af080", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "iproute2", + "version": "5.15.0-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:iproute2:iproute2:5.15.0-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/iproute2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/iproute2.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/iproute2.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2880" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=ced248e8f1a4316c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "iptables", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/iptables/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/iptables.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2837" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/jq@1.6-2.1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=a74daec4c456ade4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "jq", + "version": "1.6-2.1ubuntu3", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jq:jq:1.6-2.1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/jq@1.6-2.1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/jq/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/jq.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.4?package-id=6d7935bb960e19df", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/api@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.4?package-id=6ed5a091260c12cb", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/api@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UvyHW0ezB2oIgHAxlYoo6UJQObYXU7awuNarwoHEOjw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.5?package-id=72f1f38308318010", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/api@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.23.4?package-id=379882840bbbb1b8", + "type": "library", + "name": "k8s.io/api", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/api@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.26.0?package-id=522c084d087dcc3e", + "type": "library", + "name": "k8s.io/api", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/api@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IpPlZnxBpV1xl7TGk/X6lFtpgjgntCg8PJ+qrPHAC7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.26.1?package-id=2d162c6ba9508439", + "type": "library", + "name": "k8s.io/api", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/api@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.23.4?package-id=1e12940027606517", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AFDUEu/yEf0YnuZhqhIFhPLPhhcQQVuR1u3WCh0rveU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.0?package-id=a1b56e9372aa9203", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gy93Xo1eg2ZIkNX/8vy5xviVSxwQulsnUdQ00nEdpDo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.1?package-id=f7eaf30b759c3c40", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cB8h1SRk6e/+i3NOrQgSFij1B2S0Y0wDoNl66bn8RMI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.4?package-id=bd496c15614e5c5b", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.4?package-id=8d6d4b076eaecb28", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9uwcvPpukBw/Ri0EUmWz+49cnFtaoiyEhQTK+xOe7Ck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.5?package-id=d9e6c7d5124b6685", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.23.4?package-id=cd0de411ad0e5471", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.0?package-id=edc5d28e46b2bfd9", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1feANjElT7MvPqp0JT6F3Ss6TWDwmcjLypwoPpEf7zg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.1?package-id=16c29076d090ca0", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.1?package-id=9599bb69d72405f5", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.22.5?package-id=e98c5213b0631d34", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/apiserver@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.23.4?package-id=9794e506fcd4bb8c", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apiserver@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zNvQlG+C/ERjuUz4p7eY/0IWHaMixRSBoxgmyIdwo9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.26.0?package-id=2e208ed7fa0dc067", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apiserver@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q+LqIK5EZwdznGZb8bq0+a+vCqdeEEe4Ux3zsOjbc4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.26.1?package-id=c1f514a830908a47", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apiserver@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6vmnAqCDO194SVCPU3MU8NcDgSqsUA62tBUSWrFXhsc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.23.4?package-id=5cec23aaf4eb9756", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3AFQmo4TK4dlVPLOI62gtHEHu0OfA2Cp4UVRZ1JXns=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.26.0?package-id=4bc180b328e2e9f9", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aQHa1SyUhpqxAw1fY21x2z2OS5RLtMJOCj7tN4oq8mw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.26.1?package-id=2d6484b57e469c5c", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f9+bRQ1V3elQsx37KmZy5fRAh56mVLbE9A7EMdlqVdI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.4?package-id=d8d12744b8d08d04", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/client-go@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.4?package-id=5a3cde42863b961d", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/client-go@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aAQ1Wk+I3bjCNk35YWUqbaueqrIonkfDPJSPDDe8Kfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.5?package-id=d22657794eab658e", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/client-go@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.23.4?package-id=f6df4b93f6f52d9f", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/client-go@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.0?package-id=4a63d751a7479e7f", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/client-go@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lT1D3OfO+wIi9UFolCrifbjUUgu7CpLca0AD8ghRLI8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.1?package-id=a9ce03caedb0dd84", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/client-go@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.1?package-id=b5515a39528961c4", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/client-go@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.22.5?package-id=c449a149ed6d4404", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/component-base@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.23.4?package-id=5c554f5e21564557", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/component-base@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SziYh48+QKxK+ykJ3Ejqd98XdZIseVBG7sBaNLPqy6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.26.0?package-id=968ffbdede573343", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/component-base@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0IkChOCohtDHttmKuz+EP3j3+qKmV55rM9gIFTXA7Vs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.26.1?package-id=8c8f92654af669b0", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/component-base@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4ahudpeQXHZL5kko+iDHqLj/FSGAEUnSVO0EBbgDd+4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cri-api@v0.25.0?package-id=b4cda42bebdebec9", + "type": "library", + "name": "k8s.io/cri-api", + "version": "v0.25.0", + "purl": "pkg:golang/k8s.io/cri-api@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/helm@v2.16.10+incompatible?package-id=6dc584313db8bd41", + "type": "library", + "name": "k8s.io/helm", + "version": "v2.16.10+incompatible", + "purl": "pkg:golang/k8s.io/helm@v2.16.10+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eFksERw3joHEL62TrcDX8I5fgEQJvit4qxxPXAkYTyQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=8f1102c3884c6c6c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=bc3a9487cf8c4d4f", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=4de1f971f3bc515d", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.60.1?package-id=9e8dc2293f6a288c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.60.1", + "cpe": "cpe:2.3:a:klog:v2:v2.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.80.1?package-id=aa6597c2c1cf36d9", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.80.1", + "cpe": "cpe:2.3:a:klog:v2:v2.80.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.80.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.80.1?package-id=4943dd88a9588b51", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.80.1", + "cpe": "cpe:2.3:a:klog:v2:v2.80.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.80.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.90.0?package-id=e101cd211e9192c5", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.90.0", + "cpe": "cpe:2.3:a:klog:v2:v2.90.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.90.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VkTxIV/FjRXn1fgNNcKGM8cfmL1Z33ZjXRTVxKCoF5M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.90.0?package-id=e026aa9980167397", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.90.0", + "cpe": "cpe:2.3:a:klog:v2:v2.90.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.90.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VkTxIV/FjRXn1fgNNcKGM8cfmL1Z33ZjXRTVxKCoF5M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65?package-id=50973f06a490b5ad", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20211115234752-e816edb12b65", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=867752747612dce9", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+70TFaan3hfJzs+7VK2o+OGxg8HsuBr/5f6tVAjDu6E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=22500c0b96101772", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=74a265da9fce2942", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+70TFaan3hfJzs+7VK2o+OGxg8HsuBr/5f6tVAjDu6E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.23.4?package-id=ca78b8dfc09cb684", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/kubectl@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mAa+zEOlyZieecEy+xSrhjkpMcukYyHWzcNdX28dzMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.26.0?package-id=b7590c19ce33a461", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/kubectl@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xmrzoKR9CyNdzxBmXV7jW9Ln8WMrwRK6hGbbf69o4T0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.26.1?package-id=c5f6a650c0f25d12", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/kubectl@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:K8A0Jjlwg8GqrxOXxAbjY5xtmXYeYjLU96cHp2WMQ7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubernetes@v0.0.0-20230118155124-8f94681cd294?package-id=743124bd51da295a", + "type": "library", + "name": "k8s.io/kubernetes", + "version": "v0.0.0-20230118155124-8f94681cd294", + "purl": "pkg:golang/k8s.io/kubernetes@v0.0.0-20230118155124-8f94681cd294", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes " + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "all=-X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/client-go/pkg/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/component-base/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/client-go/pkg/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/component-base/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=v1.26.1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=v1.26.1' -X 'k8s.io/client-go/pkg/version.gitVersion=v1.26.1' -X 'k8s.io/component-base/version.gitVersion=v1.26.1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=26' -X 'k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/component-base/version.gitMinor=26' -s -w" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "selinux,notest" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "8f94681cd294aa8cfd3407b8191f6c70214973a4" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-01-18T15:51:24Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/metrics@v0.26.1?package-id=8493a9b15403ef6b", + "type": "library", + "name": "k8s.io/metrics", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/metrics@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iB+QdMLa2V70a7zb0XYEcaUpPM0y+p4fZN0UtxcPHLk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b?package-id=f7736181973fd0fc", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20210930125809-cb0fa318a74b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b?package-id=48a782b247e8f41e", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20210930125809-cb0fa318a74b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed?package-id=59d5d63577fade1c", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20211116205334-6203023598ed", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9?package-id=45707dfe4aaf3689", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20220210201930-3a6ce19ff2f9", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=a8707161a299458e", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=1602f95aa9ae720b", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=fcb80165932136c0", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230115233650-391b47cb4029?package-id=9e249f111933e13a", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230115233650-391b47cb4029", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230115233650-391b47cb4029", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L8zDtT4jrxj+TaQYD0k8KNlr556WaVQylDXswKmX+dE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/kubectl@1.26.1-00?arch=amd64&distro=ubuntu-22.04&package-id=29f397d248891523", + "type": "library", + "publisher": "Kubernetes Authors ", + "name": "kubectl", + "version": "1.26.1-00", + "cpe": "cpe:2.3:a:kubectl:kubectl:1.26.1-00:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/kubectl@1.26.1-00?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/kubectl.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46901" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=93eada253cdfdce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "less", + "version": "590-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:less:less:590-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/less/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/less.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "321" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lib32gcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=81894ecc3b4f9bbf", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "lib32gcc-s1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:lib32gcc-s1:lib32gcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lib32gcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lib32gcc-s1:lib32gcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lib32gcc_s1:lib32gcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lib32gcc_s1:lib32gcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lib32gcc:lib32gcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lib32gcc:lib32gcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lib32gcc-s1.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "163" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lib32stdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=858d7cffc9e96918", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "lib32stdc++6", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:lib32stdc\\+\\+6:lib32stdc\\+\\+6:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lib32stdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lib32stdc++6.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2662" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=e36ca98cf3d2e3e7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-diff-perl@1.201-1?arch=all&distro=ubuntu-22.04&package-id=9194f931d5e3747f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-diff-perl", + "version": "1.201-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-diff-perl:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-diff-perl@1.201-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-perl:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_perl:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_perl:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-diff-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-diff-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-diff-xs-perl@0.04-6build3?arch=amd64&distro=ubuntu-22.04&package-id=b483ec00ed51099d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-diff-xs-perl", + "version": "0.04-6build3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-diff-xs-perl:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-diff-xs-perl@0.04-6build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs-perl:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs_perl:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs_perl:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-diff-xs-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-diff-xs-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-merge-perl@0.08-3?arch=all&distro=ubuntu-22.04&package-id=a2f647db1ad9e9e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-merge-perl", + "version": "0.08-3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-merge-perl:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-merge-perl@0.08-3?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge-perl:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge_perl:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge_perl:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-merge-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-merge-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "42" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=a4930b96844435af", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1?arch=amd64&upstream=libarchive&distro=ubuntu-22.04&package-id=e117461d3f99f85e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libarchive13", + "version": "3.6.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "BSD-1-clause-UCB" + } + }, + { + "license": { + "name": "BSD-124-clause-UCB" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-UCB" + } + }, + { + "license": { + "name": "BSD-4-clause-UCB" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "PD" + } + } + ], + "cpe": "cpe:2.3:a:libarchive13:libarchive13:3.6.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1?arch=amd64&upstream=libarchive&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libarchive13/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libarchive13:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "876" + }, + { + "name": "syft:metadata:source", + "value": "libarchive" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasan6@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=411d8da7c88933d4", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libasan6", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libasan6:libasan6:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasan6@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasan6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7518" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04&package-id=37c0b9fa68b59917", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libassuan0", + "version": "2.5.5-1build1", + "licenses": [ + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GAP~FSF" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libassuan0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libassuan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libassuan" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatm1@1:2.5.1-4build2?arch=amd64&upstream=linux-atm&distro=ubuntu-22.04&package-id=b79c3974d9f14090", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatm1", + "version": "1:2.5.1-4build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatm1:libatm1:1\\:2.5.1-4build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatm1@1:2.5.1-4build2?arch=amd64&upstream=linux-atm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatm1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "linux-atm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatomic1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=c071a1b36d1a2f92", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libatomic1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libatomic1:libatomic1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatomic1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatomic1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=7c5feb1573dd8856", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=53bc42ca53d3a920", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=63cf8b27e242d2be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbabeltrace1@1.5.8-2build1?arch=amd64&upstream=babeltrace&distro=ubuntu-22.04&package-id=a7de52aec30e00e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbabeltrace1", + "version": "1.5.8-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbabeltrace1:libbabeltrace1:1.5.8-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbabeltrace1@1.5.8-2build1?arch=amd64&upstream=babeltrace&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbabeltrace1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbabeltrace1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "502" + }, + { + "name": "syft:metadata:source", + "value": "babeltrace" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=1def718bd47c1346", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbinutils", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libbinutils:libbinutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbinutils:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2776" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=72e762414d748ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libboost-regex1.74.0@1.74.0-14ubuntu3?arch=amd64&upstream=boost1.74&distro=ubuntu-22.04&package-id=d21b5fd37bcd016f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libboost-regex1.74.0", + "version": "1.74.0-14ubuntu3", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "BSD2" + } + }, + { + "license": { + "name": "BSD3_DEShaw" + } + }, + { + "license": { + "name": "BSD3_Google" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "name": "Caramel" + } + }, + { + "license": { + "name": "CrystalClear" + } + }, + { + "license": { + "name": "HP" + } + }, + { + "license": { + "id": "Jam" + } + }, + { + "license": { + "name": "Kempf" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "NIST" + } + }, + { + "license": { + "name": "OldBoost1" + } + }, + { + "license": { + "name": "OldBoost2" + } + }, + { + "license": { + "name": "OldBoost3" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "SGI" + } + }, + { + "license": { + "name": "Spencer" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libboost-regex1.74.0:libboost-regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libboost-regex1.74.0@1.74.0-14ubuntu3?arch=amd64&upstream=boost1.74&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libboost-regex1.74.0:libboost_regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libboost_regex1.74.0:libboost-regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libboost_regex1.74.0:libboost_regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libboost:libboost-regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libboost:libboost_regex1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libboost-regex1.74.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libboost-regex1.74.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3013" + }, + { + "name": "syft:metadata:source", + "value": "boost1.74" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbpf0@1:0.5.0-1ubuntu22.04.1?arch=amd64&upstream=libbpf%400.5.0-1ubuntu22.04.1&distro=ubuntu-22.04&package-id=848857939f37516f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbpf0", + "version": "1:0.5.0-1ubuntu22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libbpf0:libbpf0:1\\:0.5.0-1ubuntu22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbpf0@1:0.5.0-1ubuntu22.04.1?arch=amd64&upstream=libbpf%400.5.0-1ubuntu22.04.1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbpf0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbpf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "344" + }, + { + "name": "syft:metadata:source", + "value": "libbpf" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.5.0-1ubuntu22.04.1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=4356b8ad98203f93", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04&package-id=951020655072b95e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbsd0", + "version": "0.11.5-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=d350fa44cb5c0026", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "name": "BSD-variant" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=d951c2792afc7105", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2537" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=ee497784ea46d1e1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-dev-bin", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-dev-bin:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev-bin:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-dev-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-dev-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-devtools@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=f7e426a495ef15a1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-devtools", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-devtools:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-devtools@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-devtools:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_devtools:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_devtools:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-devtools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-devtools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "350" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=a43fd7d512a4e762", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13592" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-dbg@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=f84cbb3210441a5a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-dbg", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-dbg:libc6-dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-dbg@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-dbg:libc6_dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dbg:libc6-dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dbg:libc6_dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_dbg:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-dbg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-dbg:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18248" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=8417ac1af853e4c5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-dev", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-dev:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-dev:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13037" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-i386@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=30ad856ecf2652f0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-i386", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-i386:libc6-i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-i386@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-i386:libc6_i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_i386:libc6-i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_i386:libc6_i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_i386:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-i386/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-i386.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6-i386.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "12200" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=684d6d2ff9f9bd7e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1build3?arch=amd64&distro=ubuntu-22.04&package-id=79dca9caf475547b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2-bin@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04&package-id=3db991fd0d27ae13", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2-bin", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2-bin:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2-bin@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2-bin:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2_bin:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2_bin:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "libcap2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04&package-id=f5f5ee0c3f5519cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcbor0.8", + "version": "0.8.0-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libcbor0.8:libcbor0.8:0.8.0-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcbor0.8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcbor0.8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "libcbor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcc1-0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=3c4df52f0b9555c9", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libcc1-0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libcc1-0:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcc1-0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1-0:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcc1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libclang-common-14-dev@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=45496e73e946b19c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libclang-common-14-dev", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libclang-common-14-dev:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libclang-common-14-dev@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-common-14-dev:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common_14_dev:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common_14_dev:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-common-14:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-common-14:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common_14:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common_14:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-common:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-common:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_common:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang:libclang-common-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang:libclang_common_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libclang-common-14-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libclang-common-14-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "74999" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libclang-cpp14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=dc4353b2daad83f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libclang-cpp14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libclang-cpp14:libclang-cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libclang-cpp14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang-cpp14:libclang_cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_cpp14:libclang-cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang_cpp14:libclang_cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang:libclang-cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang:libclang_cpp14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libclang-cpp14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libclang-cpp14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57248" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libclang1-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=cdc020ebc8af15fb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libclang1-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libclang1-14:libclang1-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libclang1-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang1-14:libclang1_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang1_14:libclang1-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang1_14:libclang1_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang1:libclang1-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libclang1:libclang1_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libclang1-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libclang1-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "29966" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=7cc6330360667a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt-dev", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt-dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt-dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=408be6010bd281a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf-nobfd0", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf-nobfd0:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf-nobfd0:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libctf-nobfd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf-nobfd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=61ced2d21aa2750", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf0", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf0:libctf0:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=3afe8eda94e7e2a0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl3-gnutls", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "766" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=c8baff5ac7a7534f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "782" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebuginfod-common@0.186-1build1?arch=all&upstream=elfutils&distro=ubuntu-22.04&package-id=5270950d0f0c92fb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebuginfod-common", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdebuginfod-common:libdebuginfod-common:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebuginfod-common@0.186-1build1?arch=all&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdebuginfod-common:libdebuginfod_common:0.186-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdebuginfod_common:libdebuginfod-common:0.186-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdebuginfod_common:libdebuginfod_common:0.186-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdebuginfod:libdebuginfod-common:0.186-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdebuginfod:libdebuginfod_common:0.186-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebuginfod-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebuginfod-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebuginfod1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04&package-id=efa837bb7eb34230", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebuginfod1", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdebuginfod1:libdebuginfod1:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebuginfod1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebuginfod1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebuginfod1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04&package-id=c7ab9937dc92561", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdeflate0", + "version": "1.10-2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdeflate0:libdeflate0:1.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdeflate0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdeflate0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "libdeflate" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04&package-id=3ffc3760045d676e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdevmapper1.02.1", + "version": "2:1.02.175-2.1ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libdevmapper1.02.1:libdevmapper1.02.1:2\\:1.02.175-2.1ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdevmapper1.02.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdevmapper1.02.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "492" + }, + { + "name": "syft:metadata:source", + "value": "lvm2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.03.11-2.1ubuntu4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdpkg-perl@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04&package-id=11e4e8395e5cf4ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdpkg-perl", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:libdpkg-perl:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdpkg-perl@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg-perl:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg_perl:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg_perl:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdpkg-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdpkg-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2340" + }, + { + "name": "syft:metadata:source", + "value": "dpkg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdw1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04&package-id=509e31c1249b2fa4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdw1", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libdw1:libdw1:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdw1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdw1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdw1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "729" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04&package-id=4725f5acf7b03906", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libedit2", + "version": "3.1-20210910-1build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libedit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libedit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "libedit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04&package-id=7fbfbcad4439d54b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libelf1", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libelf1:libelf1:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libelf1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libelf1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "192" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04&package-id=8874ef1e6fb880d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=30892da0da03504c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=74648a523188212c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfakeroot@1.28-1ubuntu1?arch=amd64&upstream=fakeroot&distro=ubuntu-22.04&package-id=f25e97173907cb30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfakeroot", + "version": "1.28-1ubuntu1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libfakeroot:libfakeroot:1.28-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfakeroot@1.28-1ubuntu1?arch=amd64&upstream=fakeroot&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfakeroot/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfakeroot:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libfakeroot:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fakeroot" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi-dev@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=7d7c3763ff6c3c7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi-dev", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi-dev:libffi-dev:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi-dev@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libffi-dev:libffi_dev:3.4.2-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libffi_dev:libffi-dev:3.4.2-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libffi_dev:libffi_dev:3.4.2-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libffi:libffi-dev:3.4.2-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libffi:libffi_dev:3.4.2-4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=b268db39b8f6de03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04&package-id=dcbdecb40880164b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfido2-1", + "version": "1.10.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfido2-1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2-1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfido2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfido2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "236" + }, + { + "name": "syft:metadata:source", + "value": "libfido2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfile-fcntllock-perl@0.22-3build7?arch=amd64&distro=ubuntu-22.04&package-id=9584b65d8ad802db", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfile-fcntllock-perl", + "version": "0.22-3build7", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libfile-fcntllock-perl:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfile-fcntllock-perl@0.22-3build7?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock-perl:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock_perl:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock_perl:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfile-fcntllock-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfile-fcntllock-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.1?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=16c8b58b16f6657f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.1?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgc1@1:8.0.6-1.1build1?arch=amd64&upstream=libgc&distro=ubuntu-22.04&package-id=109bb38529d047f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgc1", + "version": "1:8.0.6-1.1build1", + "cpe": "cpe:2.3:a:libgc1:libgc1:1\\:8.0.6-1.1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgc1@1:8.0.6-1.1build1?arch=amd64&upstream=libgc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgc1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgc1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "405" + }, + { + "name": "syft:metadata:source", + "value": "libgc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=1160f017e960d3c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-11-dev", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-11-dev:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11-dev:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13894" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=e92584c1f01e845c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=70f89ec873bb01a4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgd3@2.3.0-2ubuntu2?arch=amd64&upstream=libgd2&distro=ubuntu-22.04&package-id=b2a70f53823d0cc3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgd3", + "version": "2.3.0-2ubuntu2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "GAP~Makefile.in" + } + }, + { + "license": { + "name": "GAP~configure" + } + }, + { + "license": { + "id": "GD" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "HPND" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "WEBP" + } + }, + { + "license": { + "name": "XFIG" + } + } + ], + "cpe": "cpe:2.3:a:libgd3:libgd3:2.3.0-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgd3@2.3.0-2ubuntu2?arch=amd64&upstream=libgd2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgd3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgd3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "452" + }, + { + "name": "syft:metadata:source", + "value": "libgd2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=522fa81e21e1b51c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm-compat4", + "version": "1.23-1", + "licenses": [ + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=e3d2003f8099084a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm6", + "version": "1.23-1", + "licenses": [ + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu1?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04&package-id=d89602af2b8b8285", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglib2.0-0", + "version": "2.72.4-0ubuntu1", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libglib2.0-0:libglib2.0-0:2.72.4-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglib2.0-0@2.72.4-0ubuntu1?arch=amd64&upstream=glib2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0-0:libglib2.0_0:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0-0:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_0:libglib2.0_0:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0-0:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0_0:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglib2.0-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglib2.0-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4077" + }, + { + "name": "syft:metadata:source", + "value": "glib2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libglib2.0-data@2.72.4-0ubuntu1?arch=all&upstream=glib2.0&distro=ubuntu-22.04&package-id=ad334fdc16b76a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libglib2.0-data", + "version": "2.72.4-0ubuntu1", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libglib2.0-data:libglib2.0-data:2.72.4-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libglib2.0-data@2.72.4-0ubuntu1?arch=all&upstream=glib2.0&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0-data:libglib2.0_data:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_data:libglib2.0-data:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0_data:libglib2.0_data:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0-data:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libglib2.0:libglib2.0_data:2.72.4-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libglib2.0-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libglib2.0-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "112" + }, + { + "name": "syft:metadata:source", + "value": "glib2.0" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=d1c311dde57e98aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.1?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=88cf664c2151e92d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.1?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgomp1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=5fdbad09f1ccfa5c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgomp1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgomp1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgomp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=a74830368003b526", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=734300c9a164a1ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7de852bd9adbe24b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libicu-dev@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=a84ef6dab77b469c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libicu-dev", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libicu-dev:libicu-dev:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libicu-dev@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libicu-dev:libicu_dev:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libicu_dev:libicu-dev:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libicu_dev:libicu_dev:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libicu:libicu-dev:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libicu:libicu_dev:70.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46016" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=6a9c004aace3bd35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libicu70", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu70/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu70:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34444" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=bc6fc011c3d4e9da", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=200a0e08100dd37e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip4tc2", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip4tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip4tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=29fe60310453d9fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip6tc2", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip6tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip6tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libipt2@2.0.5-1?arch=amd64&upstream=intel-processor-trace&distro=ubuntu-22.04&package-id=ca10206b8e2bdb43", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libipt2", + "version": "2.0.5-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libipt2:libipt2:2.0.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libipt2@2.0.5-1?arch=amd64&upstream=intel-processor-trace&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libipt2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libipt2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "132" + }, + { + "name": "syft:metadata:source", + "value": "intel-processor-trace" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04&package-id=b008b7d2d0c33730", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libisl23", + "version": "0.24-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libisl23:libisl23:0.24-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libisl23/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libisl23:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2159" + }, + { + "name": "syft:metadata:source", + "value": "isl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libitm1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=939aa181e5d0162c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libitm1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libitm1:libitm1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libitm1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libitm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04&package-id=cad5b2fdf8873c86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjbig0", + "version": "2.1-3.1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjbig0:libjbig0:2.1-3.1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjbig0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjbig0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "82" + }, + { + "name": "syft:metadata:source", + "value": "jbigkit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04&package-id=a78974b6dfc9a7a7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg-turbo8", + "version": "2.1.2-0ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg-turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg-turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg-turbo8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg-turbo8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "543" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg-turbo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04&package-id=181d4eaf8de06bc2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg8", + "version": "8c-2ubuntu10", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg8:libjpeg8:8c-2ubuntu10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg8-empty" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3?arch=amd64&upstream=jq&distro=ubuntu-22.04&package-id=9acf84d058f86dd3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjq1", + "version": "1.6-2.1ubuntu3", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3?arch=amd64&upstream=jq&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjq1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjq1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "jq" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjsoncpp25@1.9.5-3?arch=amd64&upstream=libjsoncpp&distro=ubuntu-22.04&package-id=6d1abf08be75a862", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjsoncpp25", + "version": "1.9.5-3", + "licenses": [ + { + "license": { + "name": "Expat_or_PublicDomain_or_DualExpatPD" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjsoncpp25:libjsoncpp25:1.9.5-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjsoncpp25@1.9.5-3?arch=amd64&upstream=libjsoncpp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjsoncpp25/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjsoncpp25:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "libjsoncpp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=ab8ee6039f78823d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=7600c39dc84317be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=6dd9cfdbe106a5a1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=289ebe4b346f1b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04&package-id=d732776bb5196a34", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libksba8", + "version": "1.6.0-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libksba8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libksba8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "302" + }, + { + "name": "syft:metadata:source", + "value": "libksba" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.13+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=7eb8e480e64ac280", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.13+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.13+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-common@2.5.13+dfsg-0ubuntu0.22.04.1?arch=all&upstream=openldap&distro=ubuntu-22.04&package-id=ac2bca8fa5cede95", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-common", + "version": "2.5.13+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-common:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-common@2.5.13+dfsg-0ubuntu0.22.04.1?arch=all&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-common:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libldap-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "109" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=d39982f3a086b918", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblldb-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:liblldb-14:liblldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblldb-14:liblldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblldb_14:liblldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblldb_14:liblldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblldb:liblldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblldb:liblldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblldb-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblldb-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15301" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libllvm14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=335bc18a9922608f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libllvm14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libllvm14:libllvm14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libllvm14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libllvm14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libllvm14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "106918" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblocale-gettext-perl@1.07-4build3?arch=amd64&distro=ubuntu-22.04&package-id=e9c1ae52091e234c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblocale-gettext-perl", + "version": "1.07-4build3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblocale-gettext-perl:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblocale-gettext-perl@1.07-4build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext-perl:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext_perl:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext_perl:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblocale-gettext-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblocale-gettext-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblsan0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=96614d51ee2dd2e3", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "liblsan0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:liblsan0:liblsan0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblsan0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2961" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=46c75c5c3ce45da4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-common1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-common1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-common1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "103" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=df54fcc0952ed4b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-ctl5", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-ctl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-ctl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "275" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=cfbcf70352b735b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "781" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=66587d0895615da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=136cba6353c7c299", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04&package-id=e861c45cb561a859", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmd0", + "version": "1.0.4-1build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&upstream=libmnl&distro=ubuntu-22.04&package-id=355e31a80e58c10f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmnl0", + "version": "1.0.4-3build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&upstream=libmnl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmnl0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmnl0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "libmnl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=b258d09bb6045410", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04&package-id=bb0dc093fa4bcb82", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpc3", + "version": "1.2.1-2build1", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpc3:libmpc3:1.2.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + }, + { + "name": "syft:metadata:source", + "value": "mpclib3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04&package-id=71a048b359fe792b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpdec3", + "version": "2.5.1-2build2", + "licenses": [ + { + "license": { + "name": "BSD" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpdec3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpdec3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "mpdecimal" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04&package-id=358792a7f51d58cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpfr6", + "version": "4.1.0-3build3", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpfr6:libmpfr6:4.1.0-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpfr6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpfr6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3405" + }, + { + "name": "syft:metadata:source", + "value": "mpfr4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses-dev@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=8da1d1af4577dd9a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses-dev", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses-dev:libncurses-dev:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses-dev@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libncurses-dev:libncurses_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libncurses_dev:libncurses-dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libncurses_dev:libncurses_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libncurses:libncurses-dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libncurses:libncurses_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2350" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b020d151c36aff05", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=a3bab143efd62a53", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&upstream=libnetfilter-conntrack&distro=ubuntu-22.04&package-id=8458d66470cfb9fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnetfilter-conntrack3", + "version": "1.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&upstream=libnetfilter-conntrack&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnetfilter-conntrack3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnetfilter-conntrack3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "libnetfilter-conntrack" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=cc8ce68a8e8513ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&upstream=libnfnetlink&distro=ubuntu-22.04&package-id=3339133a237ac24b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnfnetlink0", + "version": "1.0.1-3build3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&upstream=libnfnetlink&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnfnetlink0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnfnetlink0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libnfnetlink" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&upstream=libnftnl&distro=ubuntu-22.04&package-id=7032ee291a61e96", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnftnl11", + "version": "1.2.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&upstream=libnftnl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnftnl11/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnftnl11:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "libnftnl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=6f9206dd2fa861d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04&package-id=6c4d5b274f255eb1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnl-3-200", + "version": "3.5.0-0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libnl-3-200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3-200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3_200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3_200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnl-3-200/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnl-3-200:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libnl-3-200:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "180" + }, + { + "name": "syft:metadata:source", + "value": "libnl3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnl-genl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04&package-id=1eb73fbea42e0a32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnl-genl-3-200", + "version": "3.5.0-0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libnl-genl-3-200:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnl-genl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3-200:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3_200:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3_200:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnl-genl-3-200/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnl-genl-3-200:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "61" + }, + { + "name": "syft:metadata:source", + "value": "libnl3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04&package-id=383ef0328503f0f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnpth0", + "version": "1.6-3build2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnpth0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnpth0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "npth" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=76917e3066695da8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl-dev", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl-dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl-dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d544d822172c8cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04&package-id=88cf98bd57313616", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnuma1", + "version": "2.0.14-3ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libnuma1:libnuma1:2.0.14-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnuma1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnuma1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libobjc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=75a7f7128d37d39c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libobjc-11-dev", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libobjc-11-dev:libobjc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libobjc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc-11-dev:libobjc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc_11_dev:libobjc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc_11_dev:libobjc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc-11:libobjc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc-11:libobjc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc_11:libobjc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc_11:libobjc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc:libobjc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libobjc:libobjc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libobjc-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1436" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libobjc4@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=ae0530290553a75f", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libobjc4", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libobjc4:libobjc4:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libobjc4@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libobjc4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "211" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&upstream=libonig&distro=ubuntu-22.04&package-id=a7443a1b3d14326c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libonig5", + "version": "6.9.7.1-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&upstream=libonig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libonig5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libonig5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "615" + }, + { + "name": "syft:metadata:source", + "value": "libonig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=3fef1c85cbac3f5c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-cap@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04&package-id=a2f71530cf9fb793", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-cap", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libpam-cap:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-cap@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-cap:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_cap:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_cap:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-cap/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-cap:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-cap:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=a36fe4e658a36ebe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=fba6042ad682f732", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=3c2eb00c05621b3b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=8be2a338750e5407", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=8582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=613e0009a443246b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libperl5.34", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.34:libperl5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.34:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28441" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpfm4@4.11.1+git32-gd0b85fb-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=797ceefbdce6c413", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpfm4", + "version": "4.11.1+git32-gd0b85fb-1ubuntu0.1", + "licenses": [ + { + "license": { + "name": "BSD-like" + } + } + ], + "cpe": "cpe:2.3:a:libpfm4:libpfm4:4.11.1\\+git32-gd0b85fb-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpfm4@4.11.1+git32-gd0b85fb-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpfm4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpfm4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2588" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpipeline1@1.5.5-1?arch=amd64&upstream=libpipeline&distro=ubuntu-22.04&package-id=2b93c39b01a9b669", + "type": "library", + "publisher": "Colin Watson ", + "name": "libpipeline1", + "version": "1.5.5-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libpipeline1:libpipeline1:1.5.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpipeline1@1.5.5-1?arch=amd64&upstream=libpipeline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpipeline1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpipeline1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libpipeline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=4431ac90dc592424", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "expat" + } + }, + { + "license": { + "id": "Libpng" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&upstream=popt&distro=ubuntu-22.04&package-id=ff2fb129cbaa8bfe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpopt0", + "version": "1.18-3build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "X-Consortium" + } + } + ], + "cpe": "cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&upstream=popt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7f7ca2dd97f167cb525261d6f8a7943fc461a8e8c35342b10def2c18fa06a702" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpopt0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7f7ca2dd97f167cb525261d6f8a7943fc461a8e8c35342b10def2c18fa06a702" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpopt0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "popt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=d0d6bd171142c3dc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=90b4efbea1be8477", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "name": "Chromium" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=16227ecbb8af169c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-stdlib", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-stdlib/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=7123e8cb6fb00179", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10:libpython3.10:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5780" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=f73bb1ff2571f5b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-minimal", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5092" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=69dfe6ef7198fa08", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-stdlib", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "8040" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libquadmath0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4f8514dc49f7b8fb", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libquadmath0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libquadmath0:libquadmath0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libquadmath0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libquadmath0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04&package-id=39487a4e170c819a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libreadline8", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "461" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librhash0@1.4.2-1ubuntu1?arch=amd64&upstream=rhash&distro=ubuntu-22.04&package-id=aae32a31568603f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librhash0", + "version": "1.4.2-1ubuntu1", + "licenses": [ + { + "license": { + "id": "0BSD" + } + } + ], + "cpe": "cpe:2.3:a:librhash0:librhash0:1.4.2-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librhash0@1.4.2-1ubuntu1?arch=amd64&upstream=rhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "rhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=410e681954865b38", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=7021088888af4e97", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=f417a6ab020106f1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsasl2-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "263" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=bedcd61bc15c29b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=2d05733a1c4d3495", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=77694ed59a5bbb7f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=8b670314390a6b4d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=2fddc89c29bab502", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=e75dd6530dc79ecd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=20798f8a85e918a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsource-highlight-common@3.1.9-4.1build2?arch=all&upstream=source-highlight&distro=ubuntu-22.04&package-id=31d368c181b3ca2f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsource-highlight-common", + "version": "3.1.9-4.1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsource-highlight-common:libsource-highlight-common:3.1.9-4.1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsource-highlight-common@3.1.9-4.1build2?arch=all&upstream=source-highlight&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource-highlight-common:libsource_highlight_common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight_common:libsource-highlight-common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight_common:libsource_highlight_common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource-highlight:libsource-highlight-common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource-highlight:libsource_highlight_common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight:libsource-highlight-common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight:libsource_highlight_common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource:libsource-highlight-common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource:libsource_highlight_common:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsource-highlight-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsource-highlight-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "307" + }, + { + "name": "syft:metadata:source", + "value": "source-highlight" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsource-highlight4v5@3.1.9-4.1build2?arch=amd64&upstream=source-highlight&distro=ubuntu-22.04&package-id=5e89e46400dffd98", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsource-highlight4v5", + "version": "3.1.9-4.1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libsource-highlight4v5:libsource-highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsource-highlight4v5@3.1.9-4.1build2?arch=amd64&upstream=source-highlight&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource-highlight4v5:libsource_highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight4v5:libsource-highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource_highlight4v5:libsource_highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource:libsource-highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsource:libsource_highlight4v5:3.1.9-4.1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsource-highlight4v5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsource-highlight4v5.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "610" + }, + { + "name": "syft:metadata:source", + "value": "source-highlight" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04&package-id=cd8d93eff36032a9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsqlite3-0", + "version": "3.37.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1602" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2build1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=9eb82c286735dbba", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2build1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.8?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=c6102096826b8b70", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.8?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5827" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=e9e6eb4977b3de4b", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++-11-dev", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+-11-dev:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11-dev:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11_dev:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11_dev:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18721" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4148b97a811646a4", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2746" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=3bc64e83094d190c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "994" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=87dc308dd0d24129", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.3?arch=amd64&upstream=tiff&distro=ubuntu-22.04&package-id=fda3ae304302dd03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtiff5", + "version": "4.3.0-6ubuntu0.3", + "licenses": [ + { + "license": { + "name": "Hylafax" + } + } + ], + "cpe": "cpe:2.3:a:libtiff5:libtiff5:4.3.0-6ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.3?arch=amd64&upstream=tiff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtiff5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtiff5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "571" + }, + { + "name": "syft:metadata:source", + "value": "tiff" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo-dev@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=324c678cfc8ca0df", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo-dev", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo-dev:libtinfo-dev:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo-dev@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinfo-dev:libtinfo_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinfo_dev:libtinfo-dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinfo_dev:libtinfo_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinfo:libtinfo-dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinfo:libtinfo_dev:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=67517fbb5c774da0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinyxml2-9@9.0.0+dfsg-3?arch=amd64&upstream=tinyxml2&distro=ubuntu-22.04&package-id=f454ee499bd6877", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinyxml2-9", + "version": "9.0.0+dfsg-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "zlib/libpng" + } + } + ], + "cpe": "cpe:2.3:a:libtinyxml2-9:libtinyxml2-9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinyxml2-9@9.0.0+dfsg-3?arch=amd64&upstream=tinyxml2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinyxml2-9:libtinyxml2_9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinyxml2_9:libtinyxml2-9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinyxml2_9:libtinyxml2_9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinyxml2:libtinyxml2-9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtinyxml2:libtinyxml2_9:9.0.0\\+dfsg-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinyxml2-9/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinyxml2-9:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "119" + }, + { + "name": "syft:metadata:source", + "value": "tinyxml2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=3c81808bdc38780", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=71bfe22dcc91ab54", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-dev", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "720" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=f8bda4034a845a19", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtsan0@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=493c4dc7b0de2e0", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libtsan0", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtsan0:libtsan0:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtsan0@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7255" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libubsan1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=b2d2aa9774f4ccb6", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libubsan1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libubsan1:libubsan1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libubsan1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libubsan1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2675" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuchardet0@0.0.7-1build2?arch=amd64&upstream=uchardet&distro=ubuntu-22.04&package-id=da49532b0f83954d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuchardet0", + "version": "0.0.7-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + } + ], + "cpe": "cpe:2.3:a:libuchardet0:libuchardet0:0.0.7-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuchardet0@0.0.7-1build2?arch=amd64&upstream=uchardet&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuchardet0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuchardet0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "208" + }, + { + "name": "syft:metadata:source", + "value": "uchardet" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=31789189e3c9e87a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "346" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=283fc88cb03573b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "name": "FreeSoftware" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GFDL-1.2+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2?arch=amd64&upstream=libunwind&distro=ubuntu-22.04&package-id=fdf5c7c23c7be255", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunwind8", + "version": "1.3.2-2build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libunwind8:libunwind8:1.3.2-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2?arch=amd64&upstream=libunwind&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunwind8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunwind8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "196" + }, + { + "name": "syft:metadata:source", + "value": "libunwind" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=9f74e717775e116", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuv1@1.43.0-1?arch=amd64&distro=ubuntu-22.04&package-id=251dd7334818de9b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuv1", + "version": "1.43.0-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-1-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC-BY-4.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL3+" + } + }, + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:libuv1:libuv1:1.43.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuv1@1.43.0-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuv1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuv1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "252" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwebp7@1.2.2-2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04&package-id=7663b9f678a8b09c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwebp7", + "version": "1.2.2-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libwebp7:libwebp7:1.2.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwebp7@1.2.2-2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwebp7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwebp7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "435" + }, + { + "name": "syft:metadata:source", + "value": "libwebp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=c25d83e897aecd40", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-6", + "version": "2:1.7.5-1", + "cpe": "cpe:2.3:a:libx11-6:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-6:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1386" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1?arch=all&upstream=libx11&distro=ubuntu-22.04&package-id=a685ce0b6606ab3c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-data", + "version": "2:1.7.5-1", + "cpe": "cpe:2.3:a:libx11-data:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1?arch=all&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-data:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1429" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04&package-id=5a74188c72e74c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxau6", + "version": "1:1.0.9-1build5", + "cpe": "cpe:2.3:a:libxau6:libxau6:1\\:1.0.9-1build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxau6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxau6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libxau" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=c234d84b26d8a15", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb1", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb1:libxcb1:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "206" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04&package-id=a53db1b8ef6f4822", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdmcp6", + "version": "1:1.1.3-0ubuntu5", + "cpe": "cpe:2.3:a:libxdmcp6:libxdmcp6:1\\:1.1.3-0ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdmcp6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdmcp6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "43" + }, + { + "name": "syft:metadata:source", + "value": "libxdmcp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04&package-id=f0695b4bcf852fe4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxext6", + "version": "2:1.3.4-1build1", + "cpe": "cpe:2.3:a:libxext6:libxext6:2\\:1.3.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxext6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxext6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libxext" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=7b061ff8f08b43f3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxml2", + "version": "2.9.13+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "MIT-1" + } + } + ], + "cpe": "cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxml2@2.9.13+dfsg-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxml2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxml2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2096" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxml2-dev@2.9.13+dfsg-1ubuntu0.2?arch=amd64&upstream=libxml2&distro=ubuntu-22.04&package-id=dbe9aa3a533b902e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxml2-dev", + "version": "2.9.13+dfsg-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "MIT-1" + } + } + ], + "cpe": "cpe:2.3:a:libxml2-dev:libxml2-dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxml2-dev@2.9.13+dfsg-1ubuntu0.2?arch=amd64&upstream=libxml2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2-dev:libxml2_dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2_dev:libxml2-dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2_dev:libxml2_dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2:libxml2-dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libxml2:libxml2_dev:2.9.13\\+dfsg-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxml2-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxml2-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3332" + }, + { + "name": "syft:metadata:source", + "value": "libxml2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04&package-id=2ff26088bfaa8b1d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxmuu1", + "version": "2:1.1.3-3", + "cpe": "cpe:2.3:a:libxmuu1:libxmuu1:2\\:1.1.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxmuu1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxmuu1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + }, + { + "name": "syft:metadata:source", + "value": "libxmu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.1?arch=amd64&upstream=libxpm&distro=ubuntu-22.04&package-id=646382e46643ab16", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxpm4", + "version": "1:3.5.12-1ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libxpm4:libxpm4:1\\:3.5.12-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.1?arch=amd64&upstream=libxpm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxpm4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxpm4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "libxpm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=180861e4a9f9cdc7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxtables12", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxtables12/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxtables12:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cc1226b6963074e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&upstream=libyaml&distro=ubuntu-22.04&package-id=4e368175c5c56280", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libyaml-0-2", + "version": "0.2.2-1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:libyaml-0-2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&upstream=libyaml&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml-0-2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml_0_2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml_0_2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml-0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml-0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml_0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml_0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libyaml:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libyaml-0-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libyaml-0-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "libyaml" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libz3-4@4.8.12-1?arch=amd64&upstream=z3&distro=ubuntu-22.04&package-id=d08102817e1c3af8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libz3-4", + "version": "4.8.12-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libz3-4:libz3-4:4.8.12-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libz3-4@4.8.12-1?arch=amd64&upstream=z3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3-4:libz3_4:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3_4:libz3-4:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3_4:libz3_4:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3:libz3-4:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3:libz3_4:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libz3-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libz3-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15600" + }, + { + "name": "syft:metadata:source", + "value": "z3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libz3-dev@4.8.12-1?arch=amd64&upstream=z3&distro=ubuntu-22.04&package-id=4b6105bd8e2b7ea6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libz3-dev", + "version": "4.8.12-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libz3-dev:libz3-dev:4.8.12-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libz3-dev@4.8.12-1?arch=amd64&upstream=z3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3-dev:libz3_dev:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3_dev:libz3-dev:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3_dev:libz3_dev:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3:libz3-dev:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libz3:libz3_dev:4.8.12-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libz3-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libz3-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "533" + }, + { + "name": "syft:metadata:source", + "value": "z3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=8a8ccc82528faaae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-60.66?arch=amd64&upstream=linux&distro=ubuntu-22.04&package-id=d56da8d35a340056", + "type": "library", + "publisher": "Ubuntu Kernel Team ", + "name": "linux-libc-dev", + "version": "5.15.0-60.66", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:linux-libc-dev:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-60.66?arch=amd64&upstream=linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc-dev:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/linux-libc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/linux-libc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6643" + }, + { + "name": "syft:metadata:source", + "value": "linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lldb@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04&package-id=a4c9e1eaf11b9929", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lldb", + "version": "1:14.0-55~exp2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lldb:lldb:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lldb@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lldb/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lldb:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "llvm-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.55~exp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=dc4d4421f831c169", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lldb-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:lldb-14:lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lldb-14:lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lldb_14:lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lldb_14:lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lldb:lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lldb:lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lldb-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lldb-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3689" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04&package-id=2ec201c6447af67c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm", + "version": "1:14.0-55~exp2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:llvm:llvm:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "88" + }, + { + "name": "syft:metadata:source", + "value": "llvm-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.55~exp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=c389ede4934386c7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:llvm-14:llvm-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48066" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-14-dev@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=749e46dbed7581df", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-14-dev", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:llvm-14-dev:llvm-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-14-dev@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-dev:llvm_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_dev:llvm-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_dev:llvm_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-14-dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_14_dev:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-14-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-14-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "270993" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-14-linker-tools@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=52de869b0113a822", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-14-linker-tools", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:llvm-14-linker-tools:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-14-linker-tools@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-linker-tools:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_linker_tools:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_linker_tools:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-linker:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-linker:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_linker:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_linker:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-14-linker-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_14_linker_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-14-linker-tools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-14-linker-tools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4204" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-14-runtime@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=e5df6040f7cb3c5a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-14-runtime", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:llvm-14-runtime:llvm-14-runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-14-runtime@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-runtime:llvm_14_runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_runtime:llvm-14-runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_runtime:llvm_14_runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm-14-runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm_14_runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm-14-runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm_14_runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-14-runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_14_runtime:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-14-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-14-runtime.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1408" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-14-tools@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=efabb559658f126b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-14-tools", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:llvm-14-tools:llvm-14-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-14-tools@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14-tools:llvm_14_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_tools:llvm-14-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14_tools:llvm_14_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm-14-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-14:llvm_14_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm-14-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_14:llvm_14_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-14-tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_14_tools:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-14-tools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-14-tools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1912" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/llvm-runtime@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04&package-id=aa9c0b58836ce845", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "llvm-runtime", + "version": "1:14.0-55~exp2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:llvm-runtime:llvm-runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/llvm-runtime@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm-runtime:llvm_runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_runtime:llvm-runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm_runtime:llvm_runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm-runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:llvm:llvm_runtime:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/llvm-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/llvm-runtime:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "21" + }, + { + "name": "syft:metadata:source", + "value": "llvm-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.55~exp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=bb698e5b866b1a12", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17064" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=3331628a9ac25d95", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=683056c3d5fbd809", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=9de3c2110f26a504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=2439dfe3274f18c7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-release", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-release/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-release.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsof@4.93.2+dfsg-1.1build2?arch=amd64&distro=ubuntu-22.04&package-id=9fe17a05b88b6f66", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsof", + "version": "4.93.2+dfsg-1.1build2", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "Purdue" + } + }, + { + "license": { + "id": "Sendmail" + } + } + ], + "cpe": "cpe:2.3:a:lsof:lsof:4.93.2\\+dfsg-1.1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsof@4.93.2+dfsg-1.1build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsof/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsof.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "447" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lto-disabled-list@24?arch=all&distro=ubuntu-22.04&package-id=6e7c3d0baf3b33c8", + "type": "library", + "publisher": "Matthias Klose ", + "name": "lto-disabled-list", + "version": "24", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:lto-disabled-list:lto-disabled-list:24:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lto-disabled-list@24?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled-list:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled_list:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled_list:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lto-disabled-list/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lto-disabled-list.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + } + ] + }, + { + "bom-ref": "pkg:pypi/lxml@4.9.2?package-id=249ada0a8817cccf", + "type": "library", + "author": "lxml dev team ", + "name": "lxml", + "version": "4.9.2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:lxml_dev_team_project:python-lxml:4.9.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/lxml@4.9.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_team_project:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_teamproject:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_teamproject:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_project:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_project:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_devproject:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_devproject:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_team_project:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_team:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_team:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_teamproject:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lxml:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lxml:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lxml:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lxml:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_project:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml-dev:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml-dev:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_devproject:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev_team:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml:python-lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml:python_lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-lxml:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_lxml:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml-dev:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml_dev:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lxml:lxml:4.9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/lxml-4.9.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/lxml-4.9.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/lxml-4.9.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/make@4.3-4.1build1?arch=amd64&upstream=make-dfsg&distro=ubuntu-22.04&package-id=16b72d6b3a635697", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "make", + "version": "4.3-4.1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:make:make:4.3-4.1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/make@4.3-4.1build1?arch=amd64&upstream=make-dfsg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/make/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/make.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "416" + }, + { + "name": "syft:metadata:source", + "value": "make-dfsg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/man-db@2.10.2-1?arch=amd64&distro=ubuntu-22.04&package-id=74f044a478bb8c96", + "type": "library", + "publisher": "Colin Watson ", + "name": "man-db", + "version": "2.10.2-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:man-db:man-db:2.10.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/man-db@2.10.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man-db:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man_db:man-db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man_db:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man:man-db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/man-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/man-db.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/man-db.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2824" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/manpages@5.10-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=9a699ad67aa312c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "manpages", + "version": "5.10-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LDPv1" + } + }, + { + "license": { + "name": "freely-redistributable" + } + }, + { + "license": { + "name": "henry-spencer-regex" + } + }, + { + "license": { + "name": "public-domain" + } + }, + { + "license": { + "name": "verbatim" + } + } + ], + "cpe": "cpe:2.3:a:manpages:manpages:5.10-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/manpages@5.10-1ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/manpages/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/manpages.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1669" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/manpages-dev@5.10-1ubuntu1?arch=all&upstream=manpages&distro=ubuntu-22.04&package-id=3774f99997c79fef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "manpages-dev", + "version": "5.10-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LDPv1" + } + }, + { + "license": { + "name": "freely-redistributable" + } + }, + { + "license": { + "name": "henry-spencer-regex" + } + }, + { + "license": { + "name": "public-domain" + } + }, + { + "license": { + "name": "verbatim" + } + } + ], + "cpe": "cpe:2.3:a:manpages-dev:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/manpages-dev@5.10-1ubuntu1?arch=all&upstream=manpages&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages-dev:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages_dev:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages_dev:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/manpages/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/manpages-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3942" + }, + { + "name": "syft:metadata:source", + "value": "manpages" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=22f52c4451f64fc3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=a2bb8a81626b454a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "media-types", + "version": "7.0.0", + "licenses": [ + { + "license": { + "name": "ad-hoc" + } + } + ], + "cpe": "cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/media-types/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/media-types.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/media-types.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-buildx@0.10.3+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=8b31faa6c9605821", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-buildx", + "version": "0.10.3+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-buildx:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-buildx@0.10.3+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-buildx:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_buildx:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_buildx:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-buildx.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69080" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-cli@20.10.23+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04&package-id=8360d8c5c25f6917", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-cli", + "version": "20.10.23+azure-ubuntu22.04u2", + "cpe": "cpe:2.3:a:moby-cli:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-cli@20.10.23+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-cli:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_cli:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_cli:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-cli.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50204" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-compose@2.16.0+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04&package-id=b75a7cd07a72ea38", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-compose", + "version": "2.16.0+azure-ubuntu22.04u2", + "cpe": "cpe:2.3:a:moby-compose:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-compose@2.16.0+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-compose:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_compose:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_compose:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-compose.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46224" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-containerd@1.6.18+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=90f76e2326567606", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-containerd", + "version": "1.6.18+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-containerd:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-containerd@1.6.18+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-containerd:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_containerd:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_containerd:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-containerd.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125352" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-engine@20.10.22+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=cc1c680ee33e852a", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-engine", + "version": "20.10.22+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-engine:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-engine@20.10.22+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-engine:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_engine:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_engine:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-engine.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "86259" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-runc@1.1.4+azure-ubuntu22.04u5?arch=amd64&distro=ubuntu-22.04&package-id=3541497ea554caf9", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-runc", + "version": "1.1.4+azure-ubuntu22.04u5", + "cpe": "cpe:2.3:a:moby-runc:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-runc@1.1.4+azure-ubuntu22.04u5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-runc:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_runc:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_runc:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-runc.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=6e8099b8bc417fbb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/nano@6.2-1?arch=amd64&distro=ubuntu-22.04&package-id=c93041bbf801156c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "nano", + "version": "6.2-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GFDL-NIV+" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:nano:nano:6.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/nano@6.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/nano/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/nano.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/nano.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "860" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncdu@1.15.1-1?arch=amd64&distro=ubuntu-22.04&package-id=d3e968510253ee34", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncdu", + "version": "1.15.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncdu:ncdu:1.15.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncdu@1.15.1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncdu/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncdu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.3-2?arch=all&upstream=ncurses&distro=ubuntu-22.04&package-id=3cdad94da807fd5a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=753684693cd86031", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/net-tools@1.60+git20181103.0eebece-1ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=212adf96df4ff8b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "net-tools", + "version": "1.60+git20181103.0eebece-1ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:net-tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/net-tools@1.60+git20181103.0eebece-1ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net-tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net_tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net_tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/net-tools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/net-tools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "800" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=2283e7b147f3b1cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netbase.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/netbase.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ninja-build@1.10.1-1?arch=amd64&distro=ubuntu-22.04&package-id=954541ad5319ff93", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ninja-build", + "version": "1.10.1-1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:ninja-build:ninja-build:1.10.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ninja-build@1.10.1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ninja-build:ninja_build:1.10.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ninja_build:ninja-build:1.10.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ninja_build:ninja_build:1.10.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ninja:ninja-build:1.10.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ninja:ninja_build:1.10.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ninja-build/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ninja-build.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "350" + } + ] + }, + { + "bom-ref": "pkg:pypi/node-semver@0.6.1?package-id=a16abf818d495981", + "type": "library", + "author": "podhmo ", + "name": "node-semver", + "version": "0.6.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ababjam61\\+github_project:python-node-semver:0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/node-semver@0.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github_project:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+githubproject:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+githubproject:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node-semver:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node-semver:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node_semver:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node_semver:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github_project:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github_project:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+githubproject:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+githubproject:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo_project:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo_project:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmoproject:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmoproject:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-semver:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-semver:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_semver:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_semver:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node-semver:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node-semver:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node_semver:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node_semver:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ababjam61\\+github:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo_project:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo_project:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmoproject:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmoproject:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-semver:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node-semver:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:python-node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:python_node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_semver:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node_semver:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-node:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_node:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:podhmo:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node-semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:node:node_semver:0.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/node_semver-0.6.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/node_semver-0.6.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/node_semver-0.6.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/nodeenv@1.7.0?package-id=75e8d87ca24a51ac", + "type": "library", + "author": "Eugene Kalinin ", + "name": "nodeenv", + "version": "1.7.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eugene_kalinin_project:python-nodeenv:1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nodeenv@1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin_project:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin_project:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.1?arch=amd64&upstream=openssh&distro=ubuntu-22.04&package-id=effb001b6c9fffa6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssh-client", + "version": "1:8.9p1-3ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat-with-advertising-restriction" + } + }, + { + "license": { + "name": "Mazieres-BSD-style" + } + }, + { + "license": { + "name": "OpenSSH" + } + }, + { + "license": { + "name": "Powell-BSD-style" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:openssh-client:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.1?arch=amd64&upstream=openssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh-client:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssh-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssh-client.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssh-client.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3079" + }, + { + "name": "syft:metadata:source", + "value": "openssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=9d73feaa02ef7832", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:golang/oras.land/oras-go@v1.1.0?package-id=16142f6c6f1a4397", + "type": "library", + "name": "oras.land/oras-go", + "version": "v1.1.0", + "purl": "pkg:golang/oras.land/oras-go@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tfWM1RT7PzUwWphqHU6ptPU3ZhwVnSw/9nEGf519rYg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.2?package-id=c535a8b6c1239d4e", + "type": "library", + "name": "oras.land/oras-go", + "version": "v1.2.2", + "purl": "pkg:golang/oras.land/oras-go@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0E9tOHUfrNH7TCDk5KU0jVBEzCqbfdyuVfGmJ7ZeRPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/oras.land/oras-go@v1.2.2?package-id=af29aae73bdd8737", + "type": "library", + "name": "oras.land/oras-go", + "version": "v1.2.2", + "purl": "pkg:golang/oras.land/oras-go@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0E9tOHUfrNH7TCDk5KU0jVBEzCqbfdyuVfGmJ7ZeRPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:pypi/packaging@23.0?package-id=d384768723402243", + "type": "library", + "author": "Donald Stufft ", + "name": "packaging", + "version": "23.0", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/patch@2.7.6-7build2?arch=amd64&distro=ubuntu-22.04&package-id=8bdaae575ef1c514", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "patch", + "version": "2.7.6-7build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:patch:patch:2.7.6-7build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/patch@2.7.6-7build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/patch/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/patch.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:pypi/patch-ng@1.17.4?package-id=b7f491572e3193fb", + "type": "library", + "author": "Conan.io ", + "name": "patch-ng", + "version": "1.17.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:conan_io_project:python-patch-ng:1.17.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/patch-ng@1.17.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io_project:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_ioproject:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_ioproject:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch-ng:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch-ng:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch_ng:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch_ng:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io_project:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io_project:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_ioproject:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_ioproject:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch-ng:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch-ng:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch_ng:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch_ng:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch-ng:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch-ng:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch_ng:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch_ng:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info_project:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-patch:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_patch:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python-patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:python_patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:infoproject:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:conan_io:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch-ng:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch-ng:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch_ng:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch_ng:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:patch:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:patch-ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:info:patch_ng:1.17.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/patch_ng-1.17.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/patch_ng-1.17.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/patch_ng-1.17.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=289da8911cc50286", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "717" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=47822a024efe39f3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.1?arch=all&upstream=perl&distro=ubuntu-22.04&package-id=39e0f9811dae6a06", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-modules-5.34", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.34:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.1?arch=all&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.34:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.34.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17671" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pigz@2.6-1?arch=amd64&distro=ubuntu-22.04&package-id=5b6a8fc69e00fdf1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pigz", + "version": "2.6-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:pigz:pigz:2.6-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pigz@2.6-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pigz/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pigz.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04&package-id=b9615323bc1987b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pinentry-curses", + "version": "1.1.1-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pinentry-curses/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pinentry-curses.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "pinentry" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.0.1?package-id=1fb74591223b94d5", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/platformdirs@3.0.0?package-id=5c1ef797d3aaf24", + "type": "library", + "name": "platformdirs", + "version": "3.0.0", + "cpe": "cpe:2.3:a:python-platformdirs:python-platformdirs:3.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/platformdirs@3.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:python_platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python-platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python_platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python-platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python_platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:platformdirs:3.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/platformdirs-3.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/platformdirs-3.0.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pluginbase@1.0.1?package-id=29e3a2173086a8d1", + "type": "library", + "author": "Armin Ronacher ", + "name": "pluginbase", + "version": "1.0.1", + "cpe": "cpe:2.3:a:armin_ronacher_project:python-pluginbase:1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluginbase@1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluginbase:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluginbase:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluginbase:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluginbase:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluginbase:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluginbase:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluginbase:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluginbase:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluginbase:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pluginbase:1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluginbase-1.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluginbase-1.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluginbase-1.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pre-commit@2.20.0?package-id=dbaa74d8e5ceb56", + "type": "library", + "author": "Anthony Sottile ", + "name": "pre-commit", + "version": "2.20.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthony_sottile_project:python-pre-commit:2.20.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pre-commit@2.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=dcdb79359be16be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/psmisc@23.4-2build3?arch=amd64&distro=ubuntu-22.04&package-id=da63fa45bfc58e56", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "psmisc", + "version": "23.4-2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:psmisc:psmisc:23.4-2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/psmisc@23.4-2build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/psmisc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/psmisc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "452" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/publicsuffix@20211207.1025-1?arch=all&distro=ubuntu-22.04&package-id=2f27d6aafe5ef547", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "publicsuffix", + "version": "20211207.1025-1", + "licenses": [ + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:publicsuffix:publicsuffix:20211207.1025-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/publicsuffix@20211207.1025-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/publicsuffix/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/publicsuffix.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "330" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.10.6?package-id=fe62cb9853bc861", + "type": "application", + "name": "python", + "version": "3.10.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.10.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/python3.10" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.10.6?package-id=5d2c9d300e3f43af", + "type": "application", + "name": "python", + "version": "3.10.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.10.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=97021c251f80cdc7", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=df85b29c8f43909b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3:python3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "90" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-distutils@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=61e4a75f02a7074a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-distutils", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-distutils@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-distutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "757" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-lib2to3@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=caad168a84a37bef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-lib2to3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-lib2to3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-lib2to3@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lib2to3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-lib2to3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-lib2to3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "388" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-lldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04&package-id=19ba3bff682de20b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-lldb-14", + "version": "1:14.0.0-1ubuntu1", + "licenses": [ + { + "license": { + "name": "APACHE-2-LLVM-EXCEPTIONS" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "Python" + } + }, + { + "license": { + "name": "solar-public-domain" + } + } + ], + "cpe": "cpe:2.3:a:python3-lldb-14:python3-lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-lldb-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lldb-14:python3_lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lldb_14:python3-lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lldb_14:python3_lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lldb:python3-lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lldb:python3_lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lldb:python3-lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lldb:python3_lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-lldb-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_lldb_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-lldb-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-lldb-14.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "874" + }, + { + "name": "syft:metadata:source", + "value": "llvm-toolchain-14" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=fbe78f130788504d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-minimal", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.1?arch=all&upstream=setuptools&distro=ubuntu-22.04&package-id=47a926b017faee84", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-pkg-resources", + "version": "59.6.0-1.2ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python3-pkg-resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.1?arch=all&upstream=setuptools&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pkg-resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pkg_resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pkg_resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-pkg-resources/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-pkg-resources.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "580" + }, + { + "name": "syft:metadata:source", + "value": "setuptools" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-pygments@2.11.2+dfsg-2?arch=all&upstream=pygments&distro=ubuntu-22.04&package-id=32427faf174bd186", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-pygments", + "version": "2.11.2+dfsg-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "ISO-1986" + } + } + ], + "cpe": "cpe:2.3:a:python3-pygments:python3-pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-pygments@2.11.2+dfsg-2?arch=all&upstream=pygments&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-pygments:python3_pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pygments:python3-pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_pygments:python3_pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_pygments:2.11.2\\+dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-pygments/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-pygments.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4024" + }, + { + "name": "syft:metadata:source", + "value": "pygments" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&upstream=six&distro=ubuntu-22.04&package-id=b9e45afdfa700cec", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-six", + "version": "1.16.0-3ubuntu1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:python3-six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&upstream=six&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-six/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-six.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + }, + { + "name": "syft:metadata:source", + "value": "six" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&upstream=pyyaml&distro=ubuntu-22.04&package-id=14313b3d45148e54", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-yaml", + "version": "5.4.1-1ubuntu1", + "cpe": "cpe:2.3:a:python3-yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&upstream=pyyaml&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-yaml/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-yaml.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "529" + }, + { + "name": "syft:metadata:source", + "value": "pyyaml" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10@3.10.6-1~22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=be5e43ef9401815c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10:python3.10:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10@3.10.6-1~22.04.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=1b18a694f8b71132", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-minimal", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5910" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04&package-id=f75c9db5e5c28a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "readline-common", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:pypi/requests@2.28.2?package-id=d1fbd809b64932f3", + "type": "library", + "author": "Kenneth Reitz ", + "name": "requests", + "version": "2.28.2", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:kenneth_reitz_project:python-requests:2.28.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/requests@2.28.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz_project:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitzproject:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-requests:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_requests:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kenneth_reitz:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:requests:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:requests:2.28.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/requests-2.28.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/requests-2.28.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/requests-2.28.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04&package-id=a8f26fa0c07717d0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rpcsvc-proto", + "version": "1.4.2-0ubuntu6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:rpcsvc-proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc-proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rpcsvc-proto/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rpcsvc-proto.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rsync@3.2.3-8ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=a33baccf7140899", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rsync", + "version": "3.2.3-8ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:rsync:rsync:3.2.3-8ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rsync@3.2.3-8ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:7f7ca2dd97f167cb525261d6f8a7943fc461a8e8c35342b10def2c18fa06a702" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rsync/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:7f7ca2dd97f167cb525261d6f8a7943fc461a8e8c35342b10def2c18fa06a702" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rsync.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:7f7ca2dd97f167cb525261d6f8a7943fc461a8e8c35342b10def2c18fa06a702" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/rsync.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "742" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=9e0edafed4c1eb1f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=52f96fb73b4eaec3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@67.3.2?package-id=1ea6578e3130e076", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "67.3.2", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:67.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@67.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04&package-id=63e2e56d8d71a4ce", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "shared-mime-info", + "version": "2.1-2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:shared-mime-info:shared-mime-info:2.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/shared-mime-info@2.1-2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime-info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime_info:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared-mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared_mime:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared-mime-info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shared:shared_mime_info:2.1-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/shared-mime-info/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/shared-mime-info.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2744" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6?package-id=427c732667563529", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20211020170558-c049b76a60c6", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=39734427d2eae54d", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=a02a53ff16cc6516", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=10992dea75132b26", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd?package-id=493d8a51f430d98b", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20221116044647-bc3834ca7abd", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.10.1?package-id=7d9239f7d386611d", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KgU7hfYoscuqag84kxtzKdEC3mKMb99DPI3a0eaV1d0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=44156fde4f28db7d", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7YM7gW3kYBwtKvoY216ZzY+8hM+lV53LUayghNRJ0vM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=879e839d63f28d11", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=50d28ab7bcf7a444", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7YM7gW3kYBwtKvoY216ZzY+8hM+lV53LUayghNRJ0vM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.7?package-id=c1c1b3492a5737a3", + "type": "library", + "name": "sigs.k8s.io/kustomize/kustomize/v4", + "version": "v4.5.7", + "cpe": "cpe:2.3:a:kustomize:kustomize\\/v4:v4.5.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.0?package-id=8ace0e8535912c91", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9c+ETyNfSrVhxvphs+K2dzT3dh5oVPPEqPOE/cUpScY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=5f7cdc90b24d131e", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qz53EAaFFANyNgyOEJbT/yoIHygK40/ZcvU3rgry2Tk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=ba791c294b45a6f9", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=b5633c2cc3a09f6c", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qz53EAaFFANyNgyOEJbT/yoIHygK40/ZcvU3rgry2Tk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2?package-id=748b8c743791b5b7", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2?package-id=f90c7be5af3bfc45", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=e836136be9e6e9e6", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=375e20e00ac01d7d", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=4d1799a157407c27", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=85511f3b599b1ea3", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=48286d641c0ba972", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=e2e4ee4d6489d2d3", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=f6ed6204b6fef2e5", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=e92ac15576e08bc8", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=df5621f3916d8bdd", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=cd571b87360a2bf4", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cb0b4bd071976bf404089f29a8c10bd386034682bce0f7db8f0500ee48ac18b2" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=df72294f7eede400", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=8fed566cb960eaa4", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=63ccd82d6ce0058", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=744db688df3b23b8", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=c42a512cefbc8941", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/python3/dist-packages/six-1.16.0.egg-info/PKG-INFO" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/usr/lib/python3/dist-packages/six-1.16.0.egg-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/strace@5.16-0ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=85e11d03fe5ced20", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "strace", + "version": "5.16-0ubuntu3", + "cpe": "cpe:2.3:a:strace:strace:5.16-0ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/strace@5.16-0ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/strace/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/strace.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2000" + } + ] + }, + { + "bom-ref": "pkg:pypi/stringcase@1.2.0?package-id=d6e59aa10f53ac77", + "type": "library", + "author": "Taka Okunishi ", + "name": "stringcase", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:okunishitaka_com_project:python-stringcase:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stringcase@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com_project:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com_project:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=e0e23a3d72087a60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sudo", + "version": "1.9.9-1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:sudo:sudo:1.9.9-1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sudo/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sudo.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/sudo.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2504" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=f8063f56f78cb3b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1build3?arch=amd64&distro=ubuntu-22.04&package-id=562ea8e1bdbc2217", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "956" + } + ] + }, + { + "bom-ref": "pkg:pypi/toml@0.10.2?package-id=60a773e1e010a7a", + "type": "library", + "author": "William Pearson ", + "name": "toml", + "version": "0.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:william_pearson_project:python-toml:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/toml@0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tqdm@4.64.1?package-id=40022deaeccfd7a0", + "type": "library", + "name": "tqdm", + "version": "4.64.1", + "licenses": [ + { + "license": { + "name": "MPLv2.0, MIT Licences" + } + } + ], + "cpe": "cpe:2.3:a:python-tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/tqdm@4.64.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python-tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:python_tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tqdm:tqdm:4.64.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/tqdm-4.64.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/tqdm-4.64.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/tqdm-4.64.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tree@2.0.2-1?arch=amd64&distro=ubuntu-22.04&package-id=750527134a8b7fa3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tree", + "version": "2.0.2-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tree:tree:2.0.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tree@2.0.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tree/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tree.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=405dbe4329b6695e", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=10f16b94e91d99f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=d9eac28ac4284834", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "unzip", + "version": "6.0-26ubuntu3.1", + "cpe": "cpe:2.3:a:unzip:unzip:6.0-26ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/unzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/unzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + } + ] + }, + { + "bom-ref": "pkg:pypi/urllib3@1.26.14?package-id=3db08a99084fc2b6", + "type": "library", + "author": "Andrey Petrov ", + "name": "urllib3", + "version": "1.26.14", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:andrey_petrov_project:python-urllib3:1.26.14:*:*:*:*:*:*:*", + "purl": "pkg:pypi/urllib3@1.26.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrov_project:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrovproject:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrovproject:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrov_project:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-urllib3:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-urllib3:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_urllib3:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_urllib3:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey-petrov:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey-petrov:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrov:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrov:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrovproject:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-urllib3:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_urllib3:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey-petrov:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrey_petrov:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:urllib3:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:urllib3:1.26.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/urllib3-1.26.14.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/urllib3-1.26.14.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/urllib3-1.26.14.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=1203a455265e2dcb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e6b1db7158e478c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:pypi/velocitas-model-generator@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-generator.git%402a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc&package-id=a7f7bd4918b8a23b", + "type": "library", + "name": "velocitas-model-generator", + "version": "0.3.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-velocitas-model-generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/velocitas-model-generator@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-generator.git%402a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc", + "externalReferences": [ + { + "url": "https://github.com/eclipse-velocitas/vehicle-model-generator.git", + "comment": "commit: 2a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.3?arch=all&upstream=vim&distro=ubuntu-22.04&package-id=6289941af6270c33", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-common", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-common:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.3?arch=all&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-common:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=59c57ad1d7a01009", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-tiny", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-tiny.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-tiny.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1718" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/virtualenv@20.19.0?package-id=31a94aff038debb2", + "type": "library", + "name": "virtualenv", + "version": "20.19.0", + "cpe": "cpe:2.3:a:python-virtualenv:python-virtualenv:20.19.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/virtualenv@20.19.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-virtualenv:python_virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:python-virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:python_virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-virtualenv:virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:python-virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:python_virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:virtualenv:20.19.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/virtualenv-20.19.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/virtualenv-20.19.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/vss-tools@3.0?vcs_url=git+https://github.com/covesa/vss-tools%40a869c2b737e2b440ddd9609f692dff0cda57bfa6&package-id=2c068ff0f3ab9ae", + "type": "library", + "name": "vss-tools", + "version": "3.0", + "licenses": [ + { + "license": { + "name": "Mozilla Public License v2" + } + } + ], + "cpe": "cpe:2.3:a:python-vss-tools:python-vss-tools:3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/vss-tools@3.0?vcs_url=git+https://github.com/covesa/vss-tools%40a869c2b737e2b440ddd9609f692dff0cda57bfa6", + "externalReferences": [ + { + "url": "https://github.com/covesa/vss-tools", + "comment": "commit: a869c2b737e2b440ddd9609f692dff0cda57bfa6", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:4717a5b00ebb0e68db5162eff5d7628ecfb2b88bef7776b5a18dd6163a37d850" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=7fe9e46d21ebd906", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.38.4?package-id=6ff1117c95b18611", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.38.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:daniel_holth_project:python-wheel:0.38.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wheel@0.38.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:ee55eef8e3e6793e2f4de9a91bdd09e15f53ee41d9445dfa45ef6665b374433c" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=213b20b3cc5aa64a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xauth", + "version": "1:1.1-1build2", + "cpe": "cpe:2.3:a:xauth:xauth:1\\:1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xauth/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xauth.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "77" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xdg-user-dirs@0.17-2ubuntu4?arch=amd64&distro=ubuntu-22.04&package-id=bd784e916ffc9850", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xdg-user-dirs", + "version": "0.17-2ubuntu4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:xdg-user-dirs:xdg-user-dirs:0.17-2ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xdg-user-dirs@0.17-2ubuntu4?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg-user-dirs:xdg_user_dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_user_dirs:xdg-user-dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_user_dirs:xdg_user_dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg-user:xdg-user-dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg-user:xdg_user_dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_user:xdg-user-dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg_user:xdg_user_dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg-user-dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xdg:xdg_user_dirs:0.17-2ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xdg-user-dirs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xdg-user-dirs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/xdg-user-dirs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "542" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=a2e6c5042a9826b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xxd", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:xxd:xxd:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xxd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xxd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "274" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xz-utils@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=1965adeaac7f8766", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xz-utils", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:xz-utils:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xz-utils@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-utils:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_utils:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_utils:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xz-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xz-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "372" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zip@3.0-12build2?arch=amd64&distro=ubuntu-22.04&package-id=3ab761d6826da7f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zip", + "version": "3.0-12build2", + "cpe": "cpe:2.3:a:zip:zip:3.0-12build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zip@3.0-12build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "531" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=f235eea5b39ce085", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zsh@5.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=f1c01e38590dca86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zsh", + "version": "5.8.1-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "PWS-Zsh-FAQ" + } + }, + { + "license": { + "name": "Zsh" + } + } + ], + "cpe": "cpe:2.3:a:zsh:zsh:5.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zsh@5.8.1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zsh/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zsh.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2468" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zsh-common@5.8.1-1?arch=all&upstream=zsh&distro=ubuntu-22.04&package-id=e6100570b05a8f44", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zsh-common", + "version": "5.8.1-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "PWS-Zsh-FAQ" + } + }, + { + "license": { + "name": "Zsh" + } + } + ], + "cpe": "cpe:2.3:a:zsh-common:zsh-common:5.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zsh-common@5.8.1-1?arch=all&upstream=zsh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh-common:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh_common:zsh-common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh_common:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh:zsh-common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zsh-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zsh-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:61ef6dafb947175bff38af3e895ea9b5714c56161bc8ff390a45a6697b84e14f" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/zsh-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:2a3e794fbc00b66dc2d7421acc40721db1f3bda325ba9eba64a604384eec37ed" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15293" + }, + { + "name": "syft:metadata:source", + "value": "zsh" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.2 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.2 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} diff --git a/SBOM/cpp.spdx.json b/SBOM/cpp.spdx.json new file mode 100644 index 0000000..14f62df --- /dev/null +++ b/SBOM/cpp.spdx.json @@ -0,0 +1,390087 @@ +{ + "spdxVersion": "SPDX-2.3", + "dataLicense": "CC0-1.0", + "SPDXID": "SPDXRef-DOCUMENT", + "name": "ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:85f82712e26eaacd72c0a46fae6faf5f0aaee08d", + "documentNamespace": "https://anchore.com/syft/image/ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp-85f82712e26eaacd72c0a46fae6faf5f0aaee08d-b949e6b7-417c-4051-b654-8f6e506b96ca", + "creationInfo": { + "licenseListVersion": "3.19", + "creators": [ + "Organization: Anchore, Inc", + "Tool: syft-0.72.0" + ], + "created": "2023-02-20T14:06:20Z" + }, + "packages": [ + { + "name": "./staging/src/k8s.io/api", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-api-a7ba6c1c69e8abec", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/api@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/apimachinery", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-apimachinery-e3c9086498205d9f", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/cli-runtime", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-cli-runtime-d55454f8e24be9d7", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/cli-runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/cli_runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/client-go", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-client-go-60743bd88a0cd850", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/client-go@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/component-base", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-component-base-8a538c77a9c50e1d", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/component-base@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/component-helpers", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-component-helpers-71a011bb031a51d4", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/kubectl", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-kubectl-620dbfe7cfcdd1e", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/kubectl:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/metrics", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-metrics-eb426049f975549e", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/metrics:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/metrics@(devel)" + } + ] + }, + { + "name": "Jinja2", + "SPDXID": "SPDXRef-Package-python-Jinja2-1f6a687f43de854e", + "versionInfo": "3.1.2", + "originator": "Person: Armin Ronacher (armin.ronacher@active-4.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/Jinja2-3.1.2.dist-info/top_level.txt", + "licenseConcluded": "BSD-3-Clause", + "licenseDeclared": "BSD-3-Clause", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Jinja2:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Jinja2:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Jinja2:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:Jinja2:3.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/Jinja2@3.1.2" + } + ] + }, + { + "name": "MarkupSafe", + "SPDXID": "SPDXRef-Package-python-MarkupSafe-e9000ebf01bac99", + "versionInfo": "2.1.2", + "originator": "Person: Armin Ronacher (armin.ronacher@active-4.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/MarkupSafe-2.1.2.dist-info/top_level.txt", + "licenseConcluded": "BSD-3-Clause", + "licenseDeclared": "BSD-3-Clause", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MarkupSafe:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MarkupSafe:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MarkupSafe:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:MarkupSafe:2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/MarkupSafe@2.1.2" + } + ] + }, + { + "name": "PyJWT", + "SPDXID": "SPDXRef-Package-python-PyJWT-9063791ba02c8986", + "versionInfo": "2.6.0", + "originator": "Person: Jose Padilla (hello@jpadilla.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/PyJWT-2.6.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla_project:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla_project:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padillaproject:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padillaproject:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello_project:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello_project:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla_project:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helloproject:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helloproject:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padillaproject:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello_project:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyJWT:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyJWT:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello:python-PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello:python_PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helloproject:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jose_padilla:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyJWT:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hello:PyJWT:2.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/PyJWT@2.6.0" + } + ] + }, + { + "name": "PyYAML", + "SPDXID": "SPDXRef-Package-python-PyYAML-b368ad91e2e57efc", + "versionInfo": "5.4.1", + "originator": "Person: Kirill Simonov (xi@resolvent.net)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/PKG-INFO, /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:python-PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:python_PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:PyYAML:5.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/PyYAML@5.4.1" + } + ] + }, + { + "name": "Pygments", + "SPDXID": "SPDXRef-Package-python-Pygments-736972d57b7f32cf", + "versionInfo": "2.11.2", + "originator": "Person: Georg Brandl (georg@python.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /usr/lib/python3/dist-packages/Pygments-2.11.2.egg-info/PKG-INFO, /usr/lib/python3/dist-packages/Pygments-2.11.2.egg-info/top_level.txt", + "licenseConcluded": "LicenseRef-BSD License", + "licenseDeclared": "LicenseRef-BSD License", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:python-Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:python_Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:Pygments:2.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/Pygments@2.11.2" + } + ] + }, + { + "name": "adduser", + "SPDXID": "SPDXRef-Package-deb-adduser-beb2c782b79b17bb", + "versionInfo": "3.118ubuntu5", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/adduser/copyright, /var/lib/dpkg/info/adduser.conffiles, /var/lib/dpkg/info/adduser.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "anytree", + "SPDXID": "SPDXRef-Package-python-anytree-11101372c53d273", + "versionInfo": "2.8.0", + "originator": "Person: c0fec0de (c0fec0de@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2.0", + "licenseDeclared": "LicenseRef-Apache 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/anytree@2.8.0" + } + ] + }, + { + "name": "apt", + "SPDXID": "SPDXRef-Package-deb-apt-e0c5b614f99980fd", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt/copyright, /var/lib/dpkg/info/apt.conffiles, /var/lib/dpkg/info/apt.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "apt-transport-https", + "SPDXID": "SPDXRef-Package-deb-apt-transport-https-edaf197ad3966aae", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt-transport-https/copyright, /var/lib/dpkg/info/apt-transport-https.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport-https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport-https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport_https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport_https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04" + } + ] + }, + { + "name": "apt-utils", + "SPDXID": "SPDXRef-Package-deb-apt-utils-8d54906ac56119ca", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt-utils/copyright, /var/lib/dpkg/info/apt-utils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04" + } + ] + }, + { + "name": "base-files", + "SPDXID": "SPDXRef-Package-deb-base-files-495616805b000f97", + "versionInfo": "12ubuntu4.3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/base-files/copyright, /var/lib/dpkg/info/base-files.conffiles, /var/lib/dpkg/info/base-files.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GPL", + "licenseDeclared": "LicenseRef-GPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "base-passwd", + "SPDXID": "SPDXRef-Package-deb-base-passwd-2dc30f0c723c4104", + "versionInfo": "3.5.52build1", + "originator": "Person: Colin Watson \u003ccjwatson@debian.org\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/base-passwd/copyright, /var/lib/dpkg/info/base-passwd.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-public-domain", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bash", + "SPDXID": "SPDXRef-Package-deb-bash-1aa996791a004a64", + "versionInfo": "5.1-6ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bash/copyright, /var/lib/dpkg/info/bash.conffiles, /var/lib/dpkg/info/bash.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-3.0-only", + "licenseDeclared": "GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binfmt-support", + "SPDXID": "SPDXRef-Package-deb-binfmt-support-3868b07e4a3bbbfe", + "versionInfo": "2.2.1-2", + "originator": "Person: Colin Watson \u003ccjwatson@debian.org\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binfmt-support/copyright, /var/lib/dpkg/info/binfmt-support.conffiles, /var/lib/dpkg/info/binfmt-support.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-3.0-only AND GPL-3.0-or-later", + "licenseDeclared": "GPL-3.0-only AND GPL-3.0-or-later", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt-support:binfmt-support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt-support:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt_support:binfmt-support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt_support:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt:binfmt-support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binfmt:binfmt_support:2.2.1-2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binfmt-support@2.2.1-2?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils", + "SPDXID": "SPDXRef-Package-deb-binutils-b4c7a22c085662f7", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils/copyright, /var/lib/dpkg/info/binutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils-common", + "SPDXID": "SPDXRef-Package-deb-binutils-common-e2623ee51e32c18f", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils-common/copyright, /var/lib/dpkg/info/binutils-common:amd64.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils-x86-64-linux-gnu", + "SPDXID": "SPDXRef-Package-deb-binutils-x86-64-linux-gnu-4180148e453555d4", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils-common/copyright, /var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bottle", + "SPDXID": "SPDXRef-Package-python-bottle-dec2834171abf402", + "versionInfo": "0.12.23", + "originator": "Person: Marcel Hellkamp (marc@gsites.de)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/bottle-0.12.23.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp_project:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp_project:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkampproject:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkampproject:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp_project:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkampproject:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc_project:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc_project:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcproject:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcproject:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcel_hellkamp:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bottle:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bottle:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc_project:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc:python-bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc:python_bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marcproject:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bottle:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:marc:bottle:0.12.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/bottle@0.12.23" + } + ] + }, + { + "name": "bsdextrautils", + "SPDXID": "SPDXRef-Package-deb-bsdextrautils-6d55e9ae42e2188f", + "versionInfo": "2.37.2-4ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bsdextrautils/copyright, /var/lib/dpkg/info/bsdextrautils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "licenseDeclared": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bsdextrautils:bsdextrautils:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bsdutils", + "SPDXID": "SPDXRef-Package-deb-bsdutils-b9eea47b0ea54f38", + "versionInfo": "1:2.37.2-4ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bsdutils/copyright, /var/lib/dpkg/info/bsdutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "licenseDeclared": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04" + } + ] + }, + { + "name": "build-essential", + "SPDXID": "SPDXRef-Package-deb-build-essential-2fdad3f830fb2828", + "versionInfo": "12.9ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/build-essential/copyright, /var/lib/dpkg/info/build-essential.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GPL", + "licenseDeclared": "LicenseRef-GPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build-essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build-essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build_essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build_essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bzip2", + "SPDXID": "SPDXRef-Package-deb-bzip2-b6d5a98b6e51f667", + "versionInfo": "1.0.8-5build1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bzip2/copyright, /var/lib/dpkg/info/bzip2.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-BSD-variant AND GPL-2.0-only", + "licenseDeclared": "LicenseRef-BSD-variant AND GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "ca-certificates", + "SPDXID": "SPDXRef-Package-deb-ca-certificates-e576e0213b4f9645", + "versionInfo": "20211016ubuntu0.22.04.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/ca-certificates/copyright, /var/lib/dpkg/info/ca-certificates.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND GPL-2.0-or-later AND MPL-2.0", + "licenseDeclared": "GPL-2.0-only AND GPL-2.0-or-later AND MPL-2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca-certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca-certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca_certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca_certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "certifi", + "SPDXID": "SPDXRef-Package-python-certifi-45f1ba95fa928f66", + "versionInfo": "2022.12.7", + "originator": "Person: Kenneth Reitz (me@kennethreitz.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/certifi-2022.12.7.dist-info/top_level.txt", + "licenseConcluded": "MPL-2.0", + "licenseDeclared": "MPL-2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz_project:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz_project:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitzproject:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitzproject:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz_project:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitzproject:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me_project:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me_project:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:meproject:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:meproject:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:certifi:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:certifi:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kenneth_reitz:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me_project:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me:python-certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me:python_certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:meproject:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:certifi:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:me:certifi:2022.12.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/certifi@2022.12.7" + } + ] + }, + { + "name": "cfgv", + "SPDXID": "SPDXRef-Package-python-cfgv-35bc9e233b2da2d4", + "versionInfo": "3.3.1", + "originator": "Person: Anthony Sottile (asottile@umich.edu)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/cfgv@3.3.1" + } + ] + }, + { + "name": "charset-normalizer", + "SPDXID": "SPDXRef-Package-python-charset-normalizer-54967fcba4d9c1f8", + "versionInfo": "3.0.1", + "originator": "Person: Ahmed TAHRI (ahmed.tahri@cloudnursery.dev)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-3.0.1.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:charset-normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:charset_normalizer:3.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/charset-normalizer@3.0.1" + } + ] + }, + { + "name": "clang", + "SPDXID": "SPDXRef-Package-deb-clang-9a32fc3aca6bc4e5", + "versionInfo": "1:14.0-55~exp2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/clang/copyright, /var/lib/dpkg/info/clang.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang:1\\:14.0-55\\~exp2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/clang@1:14.0-55~exp2?arch=amd64&upstream=llvm-defaults%400.55~exp2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "clang-14", + "SPDXID": "SPDXRef-Package-deb-clang-14-5534ecd30c829850", + "versionInfo": "1:14.0.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/clang-14/copyright, /var/lib/dpkg/info/clang-14.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "licenseDeclared": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-14:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-14:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_14:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_14:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/clang-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04" + } + ] + }, + { + "name": "clang-format-14", + "SPDXID": "SPDXRef-Package-deb-clang-format-14-aaaa343176fbf77e", + "versionInfo": "1:14.0.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/clang-format-14/copyright, /var/lib/dpkg/info/clang-format-14.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "licenseDeclared": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-format-14:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-format-14:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_format_14:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_format_14:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-format:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-format:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_format:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_format:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang-format-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang_format_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/clang-format-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04" + } + ] + }, + { + "name": "clang-tidy-14", + "SPDXID": "SPDXRef-Package-deb-clang-tidy-14-3680ea04672d56f2", + "versionInfo": "1:14.0.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/clang-tidy-14/copyright, /var/lib/dpkg/info/clang-tidy-14.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "licenseDeclared": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tidy-14:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tidy-14:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tidy_14:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tidy_14:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tidy:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tidy:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tidy:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tidy:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang-tidy-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang_tidy_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/clang-tidy-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04" + } + ] + }, + { + "name": "clang-tools-14", + "SPDXID": "SPDXRef-Package-deb-clang-tools-14-52907743ad616489", + "versionInfo": "1:14.0.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/clang-tools-14/copyright, /var/lib/dpkg/info/clang-tools-14.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "licenseDeclared": "LicenseRef-APACHE-2-LLVM-EXCEPTIONS AND Apache-2.0 AND BSD-3-Clause AND BSD-3-Clause AND MIT AND LicenseRef-Python AND LicenseRef-solar-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tools-14:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tools-14:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tools_14:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tools_14:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tools:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang-tools:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tools:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang_tools:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang-tools-14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:clang:clang_tools_14:1\\:14.0.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/clang-tools-14@1:14.0.0-1ubuntu1?arch=amd64&upstream=llvm-toolchain-14&distro=ubuntu-22.04" + } + ] + }, + { + "name": "cloud.google.com/go", + "SPDXID": "SPDXRef-Package-go-module-cloud.google.com-go-90101951e7583a4a", + "versionInfo": "v0.99.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "cbf70cda2a868068b90f90d0665e83f524cdff7751fd5c79329f2cef9da82536" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/cloud.google.com/go@v0.99.0" + } + ] + }, + { + "name": "cloud.google.com/go/compute/metadata", + "SPDXID": "SPDXRef-Package-go-module-cloud.google.com-go-compute-metadata-b84da58f6c6c5caf", + "versionInfo": "v0.2.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:compute\\/metadata:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1" + } + ] + }, + { + "name": "cmake", + "SPDXID": "SPDXRef-Package-deb-cmake-8dbfd063ac30e08b", + "versionInfo": "3.22.1-1ubuntu1.22.04.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/cmake/copyright, /var/lib/dpkg/info/cmake.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "Apache-2.0 AND LicenseRef-BSD-0-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause AND LicenseRef-Expat AND GPL-2.0-only AND LicenseRef-GPL-2+with_exception AND GPL-3.0-only AND LicenseRef-GPL-3+with_exception AND ISC AND Zlib", + "licenseDeclared": "Apache-2.0 AND LicenseRef-BSD-0-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause AND LicenseRef-Expat AND GPL-2.0-only AND LicenseRef-GPL-2+with_exception AND GPL-3.0-only AND LicenseRef-GPL-3+with_exception AND ISC AND Zlib", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake:cmake:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/cmake@3.22.1-1ubuntu1.22.04.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "cmake-data", + "SPDXID": "SPDXRef-Package-deb-cmake-data-5ddfbb9f6077138c", + "versionInfo": "3.22.1-1ubuntu1.22.04.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/cmake-data/copyright, /var/lib/dpkg/info/cmake-data.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "Apache-2.0 AND LicenseRef-BSD-0-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause AND LicenseRef-Expat AND GPL-2.0-only AND LicenseRef-GPL-2+with_exception AND GPL-3.0-only AND LicenseRef-GPL-3+with_exception AND ISC AND Zlib", + "licenseDeclared": "Apache-2.0 AND LicenseRef-BSD-0-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause AND LicenseRef-Expat AND GPL-2.0-only AND LicenseRef-GPL-2+with_exception AND GPL-3.0-only AND LicenseRef-GPL-3+with_exception AND ISC AND Zlib", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake-data:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake-data:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake_data:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake_data:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake:cmake-data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cmake:cmake_data:3.22.1-1ubuntu1.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/cmake-data@3.22.1-1ubuntu1.22.04.1?arch=all&upstream=cmake&distro=ubuntu-22.04" + } + ] + }, + { + "name": "colorama", + "SPDXID": "SPDXRef-Package-python-colorama-f85fc5272c138a56", + "versionInfo": "0.4.6", + "originator": "Person: Jonathan Hartley \u003ctartley@tartley.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/colorama-0.4.6.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/colorama-0.4.6.dist-info/RECORD", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jonathan_hartley_\\", + "name": "Deprecated", + "version": "1.2.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tantale_solutions_project:python-Deprecated:1.2.13:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Deprecated@1.2.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions_project:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutionsproject:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte_project:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporteproject:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale-solutions:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tantale_solutions:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:laurent_laporte:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/gitpython@3.1.29?package-id=1c9ae3f514a876c9", + "type": "library", + "author": "Sebastian Thiel, Michael Trier ", + "name": "GitPython", + "version": "3.1.29", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:python-GitPython:3.1.29:*:*:*:*:*:*:*", + "purl": "pkg:pypi/GitPython@3.1.29", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyyaml@6.0?package-id=a639e6b2319fd9b3", + "type": "library", + "author": "Kirill Simonov ", + "name": "PyYAML", + "version": "6.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/PyYAML@6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kirill_simonov:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xiproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xi:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygments@2.13.0?package-id=39b65c05e50a663e", + "type": "library", + "author": "Georg Brandl ", + "name": "Pygments", + "version": "2.13.0", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:georg_brandl_project:python-Pygments:2.13.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/Pygments@2.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl_project:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandlproject:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_project:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg_brandl:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georgproject:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:georg:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=beb2c782b79b17bb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "adduser", + "version": "3.118ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/adduser/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/adduser.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/adduser.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "608" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiohttp@3.8.3?package-id=d72649ae1b011eca", + "type": "library", + "name": "aiohttp", + "version": "3.8.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiohttp@3.8.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/aiosignal@1.3.1?package-id=65b174d261f6d81d", + "type": "library", + "name": "aiosignal", + "version": "1.3.1", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/aiosignal@1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/anytree@2.8.0?package-id=11101372c53d273", + "type": "library", + "author": "c0fec0de ", + "name": "anytree", + "version": "2.8.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:c0fec0de_project:python-anytree:2.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/anytree@2.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de_project:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de_project:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0deproject:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:c0fec0de:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/apipkg@2.0.0?package-id=bb853766feaaf83", + "type": "library", + "author": "holger krekel", + "name": "apipkg", + "version": "2.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-apipkg:2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/apipkg@2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04&package-id=e0c5b614f99980fd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt:apt:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/apt.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "4156" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04&package-id=edaf197ad3966aae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt-transport-https", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt-transport-https:apt-transport-https:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport-https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport_https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt-transport-https/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt-transport-https.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "165" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=8d54906ac56119ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "apt-utils", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:apt-utils:apt-utils:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt-utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt_utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apt:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/apt-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/apt-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "788" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:pypi/async-timeout@4.0.2?package-id=956e0d8c49a3e315", + "type": "library", + "author": "Andrew Svetlov ", + "name": "async-timeout", + "version": "4.0.2", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_\\_project:python-async-timeout:4.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/async-timeout@4.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\_project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_\\:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async-timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async_timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async-timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async_timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/attrs@22.1.0?package-id=ed9169a2fa83d9b1", + "type": "library", + "author": "Hynek Schlawack ", + "name": "attrs", + "version": "22.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:hynek_schlawack_project:python-attrs:22.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/attrs@22.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack_project:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawackproject:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hynek_schlawack:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs_project:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hsproject:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/bandit@1.7.4?package-id=9611fd28178a1622", + "type": "library", + "author": "PyCQA ", + "name": "bandit", + "version": "1.7.4", + "licenses": [ + { + "license": { + "name": "Apache-2.0 license" + } + } + ], + "cpe": "cpe:2.3:a:code_quality_project:python-bandit:1.7.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/bandit@1.7.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa_project:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa_project:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqaproject:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqaproject:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa_project:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqaproject:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycqa:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04&package-id=495616805b000f97", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "base-files", + "version": "12ubuntu4.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:base-files:base-files:12ubuntu4.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-files/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-files.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/base-files.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "394" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=2dc30f0c723c4104", + "type": "library", + "publisher": "Colin Watson ", + "name": "base-passwd", + "version": "3.5.52build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/base-passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/base-passwd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=1aa996791a004a64", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bash", + "version": "5.1-6ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bash.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/bash.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1864" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b4c7a22c085662f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "112" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=e2623ee51e32c18f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-common", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-common:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "504" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=4180148e453555d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "binutils-x86-64-linux-gnu", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "10439" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:pypi/black@23.1.0?package-id=de9d070c0cf0648d", + "type": "library", + "author": "Łukasz Langa ", + "name": "black", + "version": "23.1.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:python-black:python-black:23.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/black@23.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_black:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:black:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/black-23.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/black-23.1.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=6d55e9ae42e2188f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdextrautils", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdextrautils:bsdextrautils:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdextrautils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdextrautils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "337" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04&package-id=b9eea47b0ea54f38", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bsdutils", + "version": "1:2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bsdutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bsdutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.37.2-4ubuntu3" + } + ] + }, + { + "bom-ref": "pkg:pypi/build@0.9.0?package-id=fd5053c6118b5eb2", + "type": "library", + "author": "Filipe Laíns ", + "name": "build", + "version": "0.9.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:lains_project:python-build:0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/build@0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lains_project:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lainsproject:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lainsproject:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lains_project:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lains:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lains:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lainsproject:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lains:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=2fdad3f830fb2828", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "build-essential", + "version": "12.9ubuntu3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:build-essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build-essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build_essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build_essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:build:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/build-essential/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/build-essential.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "21" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=b6d5a98b6e51f667", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "bzip2", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "name": "BSD-variant" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/bzip2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/bzip2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=e576e0213b4f9645", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ca-certificates", + "version": "20211016ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:ca-certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca-certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca_certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ca:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ca-certificates/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ca-certificates.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "367" + } + ] + }, + { + "bom-ref": "pkg:pypi/cfgv@3.3.1?package-id=983b42dc4b50fd60", + "type": "library", + "author": "Anthony Sottile ", + "name": "cfgv", + "version": "3.3.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthony_sottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cfgv@3.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/charset-normalizer@2.1.1?package-id=767be7677d37e610", + "type": "library", + "author": "Ahmed TAHRI @Ousret ", + "name": "charset-normalizer", + "version": "2.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/charset-normalizer@2.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed-tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ahmed_tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/click@8.1.3?package-id=161b200584e74811", + "type": "library", + "author": "Armin Ronacher ", + "name": "click", + "version": "8.1.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:armin_ronacher_project:python-click:8.1.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/click@8.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher_project:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacherproject:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin-ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:armin_ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go@v0.99.0?package-id=90101951e7583a4a", + "type": "library", + "name": "cloud.google.com/go", + "version": "v0.99.0", + "purl": "pkg:golang/cloud.google.com/go@v0.99.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:y/cM2iqGgGi5D5DQZl6D9STN/3dR/Vx5Mp8s752oJTY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1?package-id=b84da58f6c6c5caf", + "type": "library", + "name": "cloud.google.com/go/compute/metadata", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:pypi/cloudevents@1.7.1?package-id=412652623e038075", + "type": "library", + "author": "The Cloud Events Contributors ", + "name": "cloudevents", + "version": "1.7.1", + "cpe": "cpe:2.3:a:cloud_events_contributors_project:python-cloudevents:1.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/cloudevents@1.7.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributors_project:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributorsproject:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributorsproject:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributors_project:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributors:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributors:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributorsproject:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents_project:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents_project:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudeventsproject:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudeventsproject:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloud_events_contributors:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents_project:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudeventsproject:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cncfcloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=a18fe302f5cd7551", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "coreutils", + "version": "8.32-4.1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/coreutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/coreutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7112" + } + ] + }, + { + "bom-ref": "pkg:pypi/coverage@6.5.0?package-id=d4569996dc67b7f2", + "type": "library", + "author": "Ned Batchelder and 161 others ", + "name": "coverage", + "version": "6.5.0", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:ned_batchelder_and_161_others_project:python-coverage:6.5.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/coverage@6.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_others_project:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_othersproject:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_othersproject:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_others_project:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_others:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_others:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_othersproject:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_batchelder_and_161_others:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_project:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_project:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nedproject:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nedproject:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned_project:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nedproject:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ned:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/coverage2clover@3.3.0?package-id=51298a5e723960ed", + "type": "library", + "author": "tumbler ", + "name": "coverage2clover", + "version": "3.3.0", + "licenses": [ + { + "license": { + "name": "Beer License" + } + } + ], + "cpe": "cpe:2.3:a:python-coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/coverage2clover@3.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler_project:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler_project:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler_project:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler_project:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumblerproject:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumblerproject:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimblerproject:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimblerproject:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler_project:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler_project:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumblerproject:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimblerproject:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tumbler:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zimbler:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/coveragepy-lcov@0.1.2?package-id=4faa7e14c77cd8a0", + "type": "library", + "author": "Chay Choong ", + "name": "coveragepy-lcov", + "version": "0.1.2", + "cpe": "cpe:2.3:a:python-coveragepy-lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/coveragepy-lcov@0.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy-lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy_lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy_lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong_project:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong_project:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choongproject:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choongproject:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong_project:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong_project:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoongproject:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoongproject:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy-lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy-lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy_lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy_lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy-lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy-lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy_lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy_lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong_project:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong_project:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choongproject:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choongproject:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong_project:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong_project:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoongproject:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoongproject:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy-lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy-lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy_lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy_lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chay_choong:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chaychoong:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coveragepy_lcov-0.1.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/coveragepy_lcov-0.1.2.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=7c43cb1abc1ea22b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "cpp", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:cpp:cpp:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/cpp-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=9734c0a718f26d8d", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "cpp-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:cpp-11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/cpp-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp-11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp_11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpp:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/cpp-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "26216" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&package-id=3bcef4cc6e798607", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "curl", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/curl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/curl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "442" + } + ] + }, + { + "bom-ref": "pkg:pypi/dapr@1.8.3?package-id=85e83752f894c360", + "type": "library", + "author": "Dapr Authors ", + "name": "dapr", + "version": "1.8.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + } + ], + "cpe": "cpe:2.3:a:dapr_authors_project:python-dapr:1.8.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/dapr@1.8.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authors_project:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authorsproject:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authorsproject:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb_project:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb_project:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprwebproject:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprwebproject:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authors_project:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authors:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authors:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authorsproject:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb_project:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprwebproject:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr_authors:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daprweb:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=76eb7646b9928e21", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dash", + "version": "0.5.11+git20210903+057cd650a4ed-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dash/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dash.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "214" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=ba6ae115e086a33", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debconf", + "version": "1.5.79ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "cpe": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debconf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/debconf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "512" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=a9ff325f7c9b2628", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "debianutils", + "version": "5.5-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/debianutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/debianutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "243" + } + ] + }, + { + "bom-ref": "pkg:pypi/deprecation@2.1.0?package-id=57f9a9d3aa9ac880", + "type": "library", + "author": "Brian Curtin ", + "name": "deprecation", + "version": "2.1.0", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:brian_curtin_project:python-deprecation:2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/deprecation@2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtinproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brianproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:brian:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dialog@1.3-20211214-1?arch=amd64&distro=ubuntu-22.04&package-id=d98564e59f87126a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dialog", + "version": "1.3-20211214-1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:dialog:dialog:1.3-20211214-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dialog@1.3-20211214-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dialog/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dialog.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1229" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=81125e182d97b45c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "diffutils", + "version": "1:3.8-0ubuntu2", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/diffutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/diffutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "424" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=7b292587dad44291", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dirmngr", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dirmngr/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dirmngr.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "676" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:pypi/distlib@0.3.6?package-id=11eb434c684b8532", + "type": "library", + "author": "Vinay Sajip ", + "name": "distlib", + "version": "0.3.6", + "licenses": [ + { + "license": { + "name": "Python license" + } + } + ], + "cpe": "cpe:2.3:a:vinay_sajip_project:python-distlib:0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/distlib@0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip_project:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajipproject:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay-sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vinay_sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.2?arch=all&distro=ubuntu-22.04&package-id=4db3a552cee09760", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "distro-info-data", + "version": "0.52ubuntu0.2", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "cpe": "cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/distro-info-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/distro-info-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "19" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=83faf60de9ea4af6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6733" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/dpkg-dev@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04&package-id=cb0014cad8fa82f5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "dpkg-dev", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:dpkg-dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/dpkg-dev@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg-dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg_dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg_dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dpkg:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/dpkg-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/dpkg-dev.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/dpkg-dev.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2488" + }, + { + "name": "syft:metadata:source", + "value": "dpkg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=382e25294ecd1c0a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "e2fsprogs", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/e2fsprogs/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/e2fsprogs.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/e2fsprogs.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1516" + } + ] + }, + { + "bom-ref": "pkg:pypi/exceptiongroup@1.0.4?package-id=ac7cb85a59cab8ba", + "type": "library", + "author": "Alex Grönholm ", + "name": "exceptiongroup", + "version": "1.0.4", + "cpe": "cpe:2.3:a:python-exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/exceptiongroup@1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/exceptiongroup-1.0.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/exceptiongroup-1.0.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fakeroot@1.28-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=8b72e67aa9032486", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fakeroot", + "version": "1.28-1ubuntu1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:fakeroot:fakeroot:1.28-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fakeroot@1.28-1ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fakeroot/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fakeroot.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + } + ] + }, + { + "bom-ref": "pkg:pypi/filelock@3.8.0?package-id=e8e312060ece063", + "type": "library", + "author": "Benedikt Schmitt ", + "name": "filelock", + "version": "3.8.0", + "licenses": [ + { + "license": { + "id": "Unlicense" + } + } + ], + "cpe": "cpe:2.3:a:benedikt_schmitt_project:python-filelock:3.8.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/filelock@3.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmitt_project:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmittproject:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmittproject:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmitt_project:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_project:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_project:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmitt:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmitt:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmittproject:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benediktproject:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benediktproject:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_project:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt_schmitt:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benediktproject:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benedikt:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=223bcf78f09e2f2c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "findutils", + "version": "4.8.0-1ubuntu3", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/findutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/findutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:pypi/flake8@6.0.0?package-id=80ff032a7096397a", + "type": "library", + "author": "Tarek Ziade ", + "name": "flake8", + "version": "6.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:tarek_ziade_project:python-flake8:6.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/flake8@6.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade_project:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade_project:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04&package-id=55ed42a51a57d90b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fontconfig-config", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fontconfig-config/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fontconfig-config.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fontconfig-config.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04&package-id=853c537f243a75eb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "fonts-dejavu-core", + "version": "2.37-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "Bitstream-Vera" + } + } + ], + "cpe": "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/fonts-dejavu-core/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/fonts-dejavu-core.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2954" + }, + { + "name": "syft:metadata:source", + "value": "fonts-dejavu" + } + ] + }, + { + "bom-ref": "pkg:pypi/frozenlist@1.3.3?package-id=478608803dcd1fa2", + "type": "library", + "name": "frozenlist", + "version": "1.3.3", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/frozenlist@1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/g++@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=7285ff4e3b0a12fc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "g++", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:g\\+\\+:g\\+\\+:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/g++@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/g++.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "16" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/g++-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=2cde2b0d5553907a", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "g++-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:g\\+\\+-11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/g++-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+-11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+_11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+_11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:g\\+\\+:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/g++-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28791" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04&package-id=8696f8ef8131a815", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gcc", + "version": "4:11.2.0-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:gcc:gcc:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/cpp/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + }, + { + "name": "syft:metadata:source", + "value": "gcc-defaults" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "1.193ubuntu1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11@11.3.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04&package-id=b79d8f9c5420f64f", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11@11.3.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "52577" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-11-base@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=d82fa6b2e08c3545", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-11-base", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-11-base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-11-base@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11-base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11_base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-11-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "271" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=a90f3a1897622f8d", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "gcc-12-base", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc-12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc_12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gcc:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gcc-12-base:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "266" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=ada3701d5f1ae004", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git", + "version": "1:2.34.1-1ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git:git:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/git.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18348" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.8?arch=all&upstream=git&distro=ubuntu-22.04&package-id=226f5459b3840c04", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "git-man", + "version": "1:2.34.1-1ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "Boost" + } + }, + { + "license": { + "name": "EDL-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "dlmalloc" + } + }, + { + "license": { + "name": "mingw-runtime" + } + } + ], + "cpe": "cpe:2.3:a:git-man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.8?arch=all&upstream=git&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git-man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git_man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:git:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/git-man/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/git-man.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1957" + }, + { + "name": "syft:metadata:source", + "value": "git" + } + ] + }, + { + "bom-ref": "pkg:pypi/gitdb@4.0.10?package-id=7d164405de4fa7b9", + "type": "library", + "author": "Sebastian Thiel ", + "name": "gitdb", + "version": "4.0.10", + "licenses": [ + { + "license": { + "name": "BSD License" + } + } + ], + "cpe": "cpe:2.3:a:sebastian_thiel_project:python-gitdb:4.0.10:*:*:*:*:*:*:*", + "purl": "pkg:pypi/gitdb@4.0.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel_project:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel_project:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/alecaivazis/survey/v2@v2.3.6?package-id=1e29f1e7b2db2c27", + "type": "library", + "name": "github.com/AlecAivazis/survey/v2", + "version": "v2.3.6", + "cpe": "cpe:2.3:a:AlecAivazis:survey\\/v2:v2.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/AlecAivazis/survey/v2@v2.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NvTuVHISgTHEHeBFqt6BHOe4Ny/NwGZr7w+F8S9ziyw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.23?package-id=be7873f254f0e94d", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.23", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.23", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bRQWsW25/YkoxnIqXMPF94JW33qWDcrPMZ3bINaAruU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest@v0.11.24?package-id=4cfdb8c9767abeab", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest", + "version": "v0.11.24", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.16?package-id=3f0c3d733afb2f42", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.16", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P8An8Z9rH1ldbOLdFpxYorgOt2sywL9V24dAwWHPuGc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/adal@v0.9.18?package-id=d539d18069fc2387", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/adal", + "version": "v0.9.18", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=7d206b37c0870a2c", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/autorest/date@v0.3.0?package-id=9779d98a68605cdd", + "type": "library", + "name": "github.com/Azure/go-autorest/autorest/date", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=949918ed0dd3e26e", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/logger@v0.2.1?package-id=36c9dd9b90e11372", + "type": "library", + "name": "github.com/Azure/go-autorest/logger", + "version": "v0.2.1", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=d9ebfdef9d71eac4", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/azure/go-autorest/tracing@v0.6.0?package-id=a552bd61395ef8fe", + "type": "library", + "name": "github.com/Azure/go-autorest/tracing", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v0.4.1?package-id=d72e7cbb8dd72227", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v0.4.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v0.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v0.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.2.1?package-id=5b5afc9465a3bd67", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/burntsushi/toml@v1.2.1?package-id=bff9d1ba47eac8d9", + "type": "library", + "name": "github.com/BurntSushi/toml", + "version": "v1.2.1", + "cpe": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/BurntSushi/toml@v1.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v0.0.0-20170808103936-bb23615498cd?package-id=51ee202bf2673875", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v0.0.0-20170808103936-bb23615498cd", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v0.0.0-20170808103936-bb23615498cd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v0.0.0-20170808103936-bb23615498cd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=2691a39d6cf2214e", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=d40b30098acbde26", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/makenowjust/heredoc@v1.0.0?package-id=b474becb51707784", + "type": "library", + "name": "github.com/MakeNowJust/heredoc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=b4b1efc8bf1eadca", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=23b7d332ff84a8b5", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/goutils@v1.1.1?package-id=543d789183aa3400", + "type": "library", + "name": "github.com/Masterminds/goutils", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.1.1?package-id=f43cf2a5390d970c", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.1.1", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=ecd43fc8f3d947e8", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/semver/v3@v3.2.0?package-id=85c4900aac25e115", + "type": "library", + "name": "github.com/Masterminds/semver/v3", + "version": "v3.2.0", + "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.2?package-id=f4a5bc6b21181e", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.2", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=c37fc730172ca0dc", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/sprig/v3@v3.2.3?package-id=be83128d80472bc0", + "type": "library", + "name": "github.com/Masterminds/sprig/v3", + "version": "v3.2.3", + "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.2?package-id=aefbe19e610fd7e4", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UiOEi2ZX4RCSkpiNDQN5kro/XIBpSRk9iTqdIRPzUXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.3?package-id=87d374d0d6d9f4", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YPpoceAcxuzIljlr5iWpNKaql7hLeG1KLSrhvdHpkZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/squirrel@v1.5.3?package-id=ea4056e8815c661e", + "type": "library", + "name": "github.com/Masterminds/squirrel", + "version": "v1.5.3", + "cpe": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YPpoceAcxuzIljlr5iWpNKaql7hLeG1KLSrhvdHpkZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/masterminds/vcs@v1.13.3?package-id=c9d3d2dd84729cf2", + "type": "library", + "name": "github.com/Masterminds/vcs", + "version": "v1.13.3", + "cpe": "cpe:2.3:a:Masterminds:vcs:v1.13.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Masterminds/vcs@v1.13.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/microsoft/hcsshim@v0.9.6?package-id=54354169d34b8754", + "type": "library", + "name": "github.com/Microsoft/hcsshim", + "version": "v0.9.6", + "cpe": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/microsoft/hcsshim@v0.9.6?package-id=1ab83093aaa41f0", + "type": "library", + "name": "github.com/Microsoft/hcsshim", + "version": "v0.9.6", + "cpe": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VwnDOgLeoi2du6dAznfmspNqTiwczvjv4K7NxuY9jsY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pallinder/sillyname-go@v0.0.0-20130730142914-97aeae9e6ba1?package-id=96f58612714f5608", + "type": "library", + "name": "github.com/Pallinder/sillyname-go", + "version": "v0.0.0-20130730142914-97aeae9e6ba1", + "cpe": "cpe:2.3:a:Pallinder:sillyname-go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/Pallinder/sillyname-go@v0.0.0-20130730142914-97aeae9e6ba1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:Pallinder:sillyname_go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ReSY7H5Nf08bSzShfWAUTCthIsK08iNitWGX5YFQGXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/puerkitobio/purell@v1.1.1?package-id=2900ea032a99e65b", + "type": "library", + "name": "github.com/PuerkitoBio/purell", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:PuerkitoBio:purell:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/PuerkitoBio/purell@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/puerkitobio/urlesc@v0.0.0-20170810143723-de5bf2ad4578?package-id=83243520cade65ae", + "type": "library", + "name": "github.com/PuerkitoBio/urlesc", + "version": "v0.0.0-20170810143723-de5bf2ad4578", + "cpe": "cpe:2.3:a:PuerkitoBio:urlesc:v0.0.0-20170810143723-de5bf2ad4578:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/PuerkitoBio/urlesc@v0.0.0-20170810143723-de5bf2ad4578", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/adrg/xdg@v0.4.0?package-id=2d878aca7922d186", + "type": "library", + "name": "github.com/adrg/xdg", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:adrg:xdg:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/adrg/xdg@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/agext/levenshtein@v1.2.3?package-id=226b60d75786c5ee", + "type": "library", + "name": "github.com/agext/levenshtein", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:agext:levenshtein:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/agext/levenshtein@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412?package-id=8d749c71629e9962", + "type": "library", + "name": "github.com/agl/ed25519", + "version": "v0.0.0-20170116200512-5312a6153412", + "cpe": "cpe:2.3:a:agl:ed25519:v0.0.0-20170116200512-5312a6153412:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-cidr@v1.0.1?package-id=ecba8b4028b6f223", + "type": "library", + "name": "github.com/apparentlymart/go-cidr", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:apparentlymart:go-cidr:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-cidr@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_cidr:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-textseg/v12@v12.0.0?package-id=773f9b2f5a450516", + "type": "library", + "name": "github.com/apparentlymart/go-textseg/v12", + "version": "v12.0.0", + "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v12:v12.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-textseg/v12@v12.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_textseg\\/v12:v12.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/apparentlymart/go-textseg/v13@v13.0.0?package-id=492839a77f90af19", + "type": "library", + "name": "github.com/apparentlymart/go-textseg/v13", + "version": "v13.0.0", + "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/apparentlymart/go-textseg/v13@v13.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:apparentlymart:go_textseg\\/v13:v13.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=77c635ae643a3fc3", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=a35cc05dc9f09c5", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535?package-id=32c93633816061c1", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20200428143746-21a406dcc535", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20210307081110-f21760c49a8d?package-id=85d6fd3340b811fe", + "type": "library", + "name": "github.com/asaskevich/govalidator", + "version": "v0.0.0-20210307081110-f21760c49a8d", + "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20210307081110-f21760c49a8d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20210307081110-f21760c49a8d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/atotto/clipboard@v0.1.4?package-id=e7f4687aa1284373", + "type": "library", + "name": "github.com/atotto/clipboard", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:atotto:clipboard:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/atotto/clipboard@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go@v1.38.49?package-id=385a4af539671aac", + "type": "library", + "name": "github.com/aws/aws-sdk-go", + "version": "v1.38.49", + "cpe": "cpe:2.3:a:aws:aws-sdk-go:v1.38.49:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.38.49", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go:v1.38.49:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:E31vxjCe6a5I+mJLmUGaZobiWmg9KdWaud9IfceYeYQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3?package-id=cf9267969790ea0e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2", + "version": "v1.16.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3?package-id=5ea4abf8e2e7e9c8", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2", + "version": "v1.16.3", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5?package-id=9f951f4fd4cd8e0b", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/config", + "version": "v1.15.5", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5?package-id=110402019b2a4a26", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/config", + "version": "v1.15.5", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P+xwhr6kabhxDTXTVH9YoHkqjLJ0wVVpIUHtFNr2hjU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0?package-id=62dc8bd7af0e4ea4", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0?package-id=791bfcf6dfc486c", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "version": "v1.12.0", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4R/NqlcRFSkR0wxOhgHi+agGpbEr5qMCjn7VqUIJY+E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4?package-id=4aa56332a77347cf", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "version": "v1.12.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4?package-id=8abdbfcf938dc221", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "version": "v1.12.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FP8gquGeGHHdfY6G5llaMQDF+HAf20VKc8opRwmjf04=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10?package-id=699890736bddca5d", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "version": "v1.1.10", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10?package-id=85f956f3e9ea1103", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "version": "v1.1.10", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uFWgo6mGJI1n17nbcvSc6fxVuR3xLNqvXt12JCnEcT8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4?package-id=2e7a74555f1fe17e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "version": "v2.4.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4?package-id=eb19d4f5a111ea43", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "version": "v2.4.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cnsvEKSoHN4oAN7spMMr0zhEW2MHnhAVpmqQg8E6UcM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11?package-id=4cc0ff1d30a19ece", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "version": "v1.3.11", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11?package-id=cf13574a666d0d59", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "version": "v1.3.11", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6cZRymlLEIlDTEB0+5+An6Zj1CKt6rSE69tOmFeu1nk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4?package-id=b78e1c20d938954", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4?package-id=7b3e5595d36df6c7", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b16QW0XWl0jWjLABFc1A+uh145Oqv+xDcObNk0iQgUk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4?package-id=cc4380d8841515a", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "version": "v1.11.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4?package-id=dc5a7a1dd7314bac", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "version": "v1.11.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Uw5wBybFQ1UeA9ts0Y07gbv0ncZnIAyw858tDW0NP2o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4?package-id=6d831d8dc2240a5e", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "version": "v1.16.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4?package-id=838277c61b2997a3", + "type": "library", + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "version": "v1.16.4", + "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xtV90n3abQmgzk1pS++FdxZTrPEDgQng6e4/56WR2A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/smithy-go@v1.11.2?package-id=5f4cbffd5ea1d7", + "type": "library", + "name": "github.com/aws/smithy-go", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/aws/smithy-go@v1.11.2?package-id=e517f89f5a242bf7", + "type": "library", + "name": "github.com/aws/smithy-go", + "version": "v1.11.2", + "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eG/N+CcUMAvsdffgMvjMKwfyDzIkjM6pfxMJ8Mzc6mE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=5f42426d6893db35", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=31dfdb68143a53fd", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=3a9827350bf69ac2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=6ef19211f8916c41", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=ed1325a873643d91", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=50f393c637b57da2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=5eac5bd4637270ef", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=935ee1c250247da1", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/beorn7/perks@v1.0.1?package-id=f3ff9a8fd4a21cc2", + "type": "library", + "name": "github.com/beorn7/perks", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver@v3.5.1+incompatible?package-id=fb8f2da3a7f77086", + "type": "library", + "name": "github.com/blang/semver", + "version": "v3.5.1+incompatible", + "cpe": "cpe:2.3:a:blang:semver:v3.5.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver@v3.5.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/blang/semver/v4@v4.0.0?package-id=74bf0258639116db", + "type": "library", + "name": "github.com/blang/semver/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/blang/semver/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/briandowns/spinner@v1.6.1?package-id=f02118de1d29111d", + "type": "library", + "name": "github.com/briandowns/spinner", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:briandowns:spinner:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/briandowns/spinner@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LBxHu5WLyVuVEtTD72xegiC7QJGx598LBpo3ywKTapA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/buger/goterm@v1.0.4?package-id=cebe9f2a7346d773", + "type": "library", + "name": "github.com/buger/goterm", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:buger:goterm:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/buger/goterm@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=a7def6657e127c39", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=3048fd385168c887", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2?package-id=ff3768d3cb4d71d4", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6Yo7N8UP2K6LWZnW94DLVSSrbobcWdVzAYOisuDPIFo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0?package-id=1d758bc3465c7e0c", + "type": "library", + "name": "github.com/cenkalti/backoff/v4", + "version": "v4.2.0", + "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=959d8fca3250e7b0", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=aa4a0284fc478130", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=5b90e459167bab4f", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=6b58740cbb3d2968", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=30c762fe622966b4", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=ae3cf6ef3eed0795", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=a67cfd4e05633694", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2?package-id=a08f3d522d8fad42", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.1.2", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0?package-id=51ecc64bc3e87305", + "type": "library", + "name": "github.com/cespare/xxhash/v2", + "version": "v2.2.0", + "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5?package-id=761da69732d0462c", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v0.0.0-20160711120539-c6fed771bfd5", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=5a3d0b932b0fde53", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=a215ce6ef94826de", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2?package-id=834c7fe0b2f0935c", + "type": "library", + "name": "github.com/chai2010/gettext-go", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/checkpoint-restore/go-criu/v5@v5.3.0?package-id=1a6780c4556e6030", + "type": "library", + "name": "github.com/checkpoint-restore/go-criu/v5", + "version": "v5.3.0", + "cpe": "cpe:2.3:a:checkpoint-restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/checkpoint-restore/go-criu/v5@v5.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint-restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint_restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint_restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:checkpoint:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=ed7dcf56bdf76ff6", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=de4e7616a06d84b1", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=eb244fd83c8e9aa3", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=e09a4d4cd5663e3b", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cilium/ebpf@v0.7.0?package-id=cc390e768b265b01", + "type": "library", + "name": "github.com/cilium/ebpf", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cilium/ebpf@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/compose-spec/compose-go@v1.6.0?package-id=34209d5c64ddcad3", + "type": "library", + "name": "github.com/compose-spec/compose-go", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:compose-spec:compose-go:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/compose-spec/compose-go@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose-spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/compose-spec/compose-go@v1.9.0?package-id=1cff5fb0103ba579", + "type": "library", + "name": "github.com/compose-spec/compose-go", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:compose-spec:compose-go:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/compose-spec/compose-go@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose-spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose_spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:compose:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oaewhNhUP/AClVs6ytHzcjw1xwK+2EMWuvHXj6tYvRc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/aufs@v1.0.0?package-id=b25827d94de90a64", + "type": "library", + "name": "github.com/containerd/aufs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:aufs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/aufs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/btrfs@v1.0.0?package-id=cc4210075f37ecc4", + "type": "library", + "name": "github.com/containerd/btrfs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:btrfs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/btrfs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=232df24c6b9efd16", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=c5061178fe809ff7", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=51f7403a5adb0912", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/cgroups@v1.0.4?package-id=a71d0a400a38f6ee", + "type": "library", + "name": "github.com/containerd/cgroups", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/cgroups@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=95214e1d0cfe9c1", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=c9140ff34182b440", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=28a7da518740e404", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=bacac3b3940ee70e", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=40bcdf57730d29a1", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=eaa0c36052145030", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=bf24394e4e9924b4", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/console@v1.0.3?package-id=e76c60e930207ba3", + "type": "library", + "name": "github.com/containerd/console", + "version": "v1.0.3", + "cpe": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/console@v1.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=6f23c4ba4378ed81", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=8c44503a5d667f17", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=b2af8ac6bc6af10", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=e73989b4865f85f", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=d6ca4dff862658c", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@(devel)?package-id=efd8330cc75a91c3", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "(devel)", + "cpe": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "-trimpath=/build/moby-containerd/.gopath/src" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.5.9?package-id=eb57e2b60922efa2", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.5.9", + "cpe": "cpe:2.3:a:containerd:containerd:v1.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rs6Xg1gtIxaeyG+Smsb/0xaSDu1VgFhOCKBXxMxbsF4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.15?package-id=fc76483a0710d6d4", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.15", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4wWexxzLNHNE46aIETc6ge4TofO550v+BlLoANrbses=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.15?package-id=b317c2e943cc2393", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.15", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.15", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4wWexxzLNHNE46aIETc6ge4TofO550v+BlLoANrbses=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16?package-id=61fd978bbc6ab806", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0H5xH6ABsN7XTrxIAKxFpBkFCBtrZ/OSORhCpUnHjrc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16?package-id=cc3c8363deeb8686", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0H5xH6ABsN7XTrxIAKxFpBkFCBtrZ/OSORhCpUnHjrc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/containerd@v1.6.16-0.20230124210447-1709cfe273d9?package-id=90bd2847321ed23b", + "type": "library", + "name": "github.com/containerd/containerd", + "version": "v1.6.16-0.20230124210447-1709cfe273d9", + "cpe": "cpe:2.3:a:containerd:containerd:v1.6.16-0.20230124210447-1709cfe273d9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/containerd@v1.6.16-0.20230124210447-1709cfe273d9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.1.0?package-id=19f1c5ca9af6c24", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UFRRY5JemiAhPZrr/uE0n8fMTLcZsUvySPr1+D7pgr8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=f28aadd80e30307a", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=ff88aa6a0ec1cced", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=ee050b6dcaa86c17", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=26826b02ce728081", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/continuity@v0.3.0?package-id=513ac815c43e7b86", + "type": "library", + "name": "github.com/containerd/continuity", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/continuity@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=e37a46350bcf477a", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=978d498c6d7295dd", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=f894a31bba4e14b7", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=114a651ca9f76ede", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=1f37936cba849e89", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/fifo@v1.0.0?package-id=b50c5736ffea3d80", + "type": "library", + "name": "github.com/containerd/fifo", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/fifo@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-cni@v1.1.6?package-id=743da1cbfe4e6d35", + "type": "library", + "name": "github.com/containerd/go-cni", + "version": "v1.1.6", + "cpe": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-cni@v1.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:el5WPymG5nRRLQF1EfB97FWob4Tdc8INg8RZMaXWZlo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-cni@v1.1.6?package-id=a59ac86b77eda932", + "type": "library", + "name": "github.com/containerd/go-cni", + "version": "v1.1.6", + "cpe": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-cni@v1.1.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:el5WPymG5nRRLQF1EfB97FWob4Tdc8INg8RZMaXWZlo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=85f1eb4fc8bbaf53", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=ff427af002f3f73f", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=2a3ee7294eba8ab3", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=6f59fa162aa78fd7", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/go-runc@v1.0.0?package-id=2b0447d3da877780", + "type": "library", + "name": "github.com/containerd/go-runc", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/go-runc@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/imgcrypt@v1.1.4?package-id=77cf46b8d946c69", + "type": "library", + "name": "github.com/containerd/imgcrypt", + "version": "v1.1.4", + "cpe": "cpe:2.3:a:containerd:imgcrypt:v1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/imgcrypt@v1.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/nri@v0.1.0?package-id=2769dd8daadc75fa", + "type": "library", + "name": "github.com/containerd/nri", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:containerd:nri:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/nri@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=6dc1b64847d364f3", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=d085b9c238161336", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=38470af335bb2a76", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=7ff3027f1acb80de", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=8e4c7b09ac13b07a", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=623f335212e68ac3", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=bd9658a769d12cde", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/ttrpc@v1.1.0?package-id=c8c12cda14b975b6", + "type": "library", + "name": "github.com/containerd/ttrpc", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/ttrpc@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=cb0faef6d9ad7bf5", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=23d26c703c6e065f", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=5d598971eeb30362", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=f6cd835d19b20402", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=fd574442e1c65a2a", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=7bb049e50304c66c", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=292dd9b5f24d564b", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/typeurl@v1.0.2?package-id=e7255585eb417878", + "type": "library", + "name": "github.com/containerd/typeurl", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/typeurl@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containerd/zfs@v1.0.0?package-id=b5529ba4ddf7e108", + "type": "library", + "name": "github.com/containerd/zfs", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:containerd:zfs:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containerd/zfs@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/cni@v1.1.1?package-id=a3a5e87c5eec337f", + "type": "library", + "name": "github.com/containernetworking/cni", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/cni@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ky20T7c0MvKvbMOwS/FrlbNwjEoqJEUUYfsL4b0mc4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/cni@v1.1.1?package-id=1fd4e9fc0d9a41ad", + "type": "library", + "name": "github.com/containernetworking/cni", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/cni@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ky20T7c0MvKvbMOwS/FrlbNwjEoqJEUUYfsL4b0mc4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containernetworking/plugins@v1.1.1?package-id=4819600ce3c6f06", + "type": "library", + "name": "github.com/containernetworking/plugins", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:containernetworking:plugins:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containernetworking/plugins@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/containers/ocicrypt@v1.1.3?package-id=42fcc3100bd30aad", + "type": "library", + "name": "github.com/containers/ocicrypt", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:containers:ocicrypt:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/containers/ocicrypt@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=4ae2607ce4c56e88", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=5e7879c3343af027", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=58a0454ce3d7490e", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=13b35d27131e54a7", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2?package-id=d8459d93936d0587", + "type": "library", + "name": "github.com/coreos/go-systemd/v22", + "version": "v22.3.2", + "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=6ae7bf90288e3257", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=ac0434246a8949cd", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0?package-id=58bf746bc9bd959f", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d?package-id=8b5e08b8963d9b6f", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.0-20190314233015-f79a8a8ca69d", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2?package-id=6bae119e1258bcd3", + "type": "library", + "name": "github.com/cpuguy83/go-md2man/v2", + "version": "v2.0.2", + "cpe": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=359054250b23acbf", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=be2ea01e4910fef1", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=5cd3063ef51a1a0e", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3?package-id=dc0acbe5af3f2100", + "type": "library", + "name": "github.com/cyphar/filepath-securejoin", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/cli@(devel)?package-id=165da06b2bd43d87", + "type": "library", + "name": "github.com/dapr/cli", + "version": "(devel)", + "cpe": "cpe:2.3:a:dapr:cli:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/cli@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/dapr@v1.7.0?package-id=fdbd0c78dfe3e7d8", + "type": "library", + "name": "github.com/dapr/dapr", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:dapr:dapr:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/dapr@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6D92cycMjrzxOSASfXDMfn1t3dGaDysA28ONogaOE4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dapr/kit@v0.0.2-0.20210614175626-b9074b64d233?package-id=7b01b9168a293b63", + "type": "library", + "name": "github.com/dapr/kit", + "version": "v0.0.2-0.20210614175626-b9074b64d233", + "cpe": "cpe:2.3:a:dapr:kit:v0.0.2-0.20210614175626-b9074b64d233:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dapr/kit@v0.0.2-0.20210614175626-b9074b64d233", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:M0dWIG8kUxEFU57IqTWeqptNqlBsfosFgsA5Ov7rJ8g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=6bbcdd86cc27c2d9", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=d735fee0d693041f", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=5839b83f90809c09", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=4f4689a6817061dd", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=d38d1634e35d743a", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=21ad6563339c1f7c", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=ef34f035351d6334", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/davecgh/go-spew@v1.1.1?package-id=9eb63f44f3d5de0a", + "type": "library", + "name": "github.com/davecgh/go-spew", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0?package-id=546ddf8ef364cf9a", + "type": "library", + "name": "github.com/daviddengcn/go-colortext", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:daviddengcn:go-colortext:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daviddengcn:go_colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/k9s@v0.0.0-20230212151225-7c76691c389e?package-id=6912716994775126", + "type": "library", + "name": "github.com/derailed/k9s", + "version": "v0.0.0-20230212151225-7c76691c389e", + "cpe": "cpe:2.3:a:derailed:k9s:v0.0.0-20230212151225-7c76691c389e:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/k9s@v0.0.0-20230212151225-7c76691c389e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "7c76691c389e4e7de29516932a304f7029307c6d" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-12T15:12:25Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/popeye@v0.10.1?package-id=4cd09e660b6eb363", + "type": "library", + "name": "github.com/derailed/popeye", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:derailed:popeye:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/popeye@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+lyLDGUyKANfMiSHV8X1pHD1HhcxEXCa8ple0ZvyRqc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/tcell/v2@v2.3.1-rc.3?package-id=78f489cc44b06f1e", + "type": "library", + "name": "github.com/derailed/tcell/v2", + "version": "v2.3.1-rc.3", + "cpe": "cpe:2.3:a:derailed:tcell\\/v2:v2.3.1-rc.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/tcell/v2@v2.3.1-rc.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9s1fmyRcSPRlwr/C9tcpJKCujbrtmPpST6dcMUD2piY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/derailed/tview@v0.8.1?package-id=889d26fac50cf6de", + "type": "library", + "name": "github.com/derailed/tview", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:derailed:tview:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/derailed/tview@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hvNR3LLrWEuaQbPYfBnRn7bYkxCP26K6nX9J+MGlhyw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1?package-id=136111cf55c374d5", + "type": "library", + "name": "github.com/dimchansky/utfbom", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20220725133111-4bf3547399eb?package-id=a46d827d872d4a2d", + "type": "library", + "name": "github.com/distribution/distribution/v3", + "version": "v3.0.0-20220725133111-4bf3547399eb", + "cpe": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20220725133111-4bf3547399eb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20220725133111-4bf3547399eb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20221201083218-92d136e113cf?package-id=d40b9b72af683fc6", + "type": "library", + "name": "github.com/distribution/distribution/v3", + "version": "v3.0.0-20221201083218-92d136e113cf", + "cpe": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20221201083218-92d136e113cf:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20221201083218-92d136e113cf", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q0uyPLfHgAu2Mke31RRXErLcAbuBguRpJugWxjMNRnQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/buildx@(devel)?package-id=c58f0dd4a00cf47b", + "type": "library", + "name": "github.com/docker/buildx", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:buildx:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/buildx@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-X github.com/docker/buildx/version.Version=0.10.3+azure-1 -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/buildx@v0.10.2?package-id=c461231de947dcb0", + "type": "library", + "name": "github.com/docker/buildx", + "version": "v0.10.2", + "cpe": "cpe:2.3:a:docker:buildx:v0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/buildx@v0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JjaNu6LLmN/Q6wI6RJl0Tb4hjjiGJ2lqXL3yYG2ABRo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.11+incompatible?package-id=ff70898cdecee34b", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.11+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.11\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.11+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tXU1ezXcruZQRrMP8RN2z9N91h+6egZTS1gsPsKantc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible?package-id=90a58967bf63f5a", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qVkgyYUnOLQ98LtXBrwd/duVqPT2X4SHndOuGsfwyhU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible?package-id=e569ab5ec14e425d", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qVkgyYUnOLQ98LtXBrwd/duVqPT2X4SHndOuGsfwyhU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v20.10.23+incompatible?package-id=22a7042a0a43c510", + "type": "library", + "name": "github.com/docker/cli", + "version": "v20.10.23+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v20.10.23\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v20.10.23+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qwyha/T3rXk9lfuVcn533cKFc7n/6IzL5GXVAgMVPBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v23.0.0+incompatible?package-id=ce33b8d35febe0ab", + "type": "library", + "name": "github.com/docker/cli", + "version": "v23.0.0+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v23.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v23.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bcM4syaQ+EM/iczJTimMOGzvnzJBFPFEf4acS7sZ+RM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli@v23.0.0-rc.1+incompatible?package-id=40d2d240bf491120", + "type": "library", + "name": "github.com/docker/cli", + "version": "v23.0.0-rc.1+incompatible", + "cpe": "cpe:2.3:a:docker:cli:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli@v23.0.0-rc.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/cli-docs-tool@v0.5.1?package-id=bff692ad9cede854", + "type": "library", + "name": "github.com/docker/cli-docs-tool", + "version": "v0.5.1", + "cpe": "cpe:2.3:a:docker:cli-docs-tool:v0.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/cli-docs-tool@v0.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:cli_docs_tool:v0.5.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/compose-switch@(devel)?package-id=d86610331d566df3", + "type": "library", + "name": "github.com/docker/compose-switch", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:compose-switch:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/compose-switch@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:compose_switch:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/compose/v2@(devel)?package-id=92bab2ab8f0a9bce", + "type": "library", + "name": "github.com/docker/compose/v2", + "version": "(devel)", + "cpe": "cpe:2.3:a:docker:compose\\/v2:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/compose/v2@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "e2e" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v0.0.0-20191216044856-a8371794149d?package-id=3e7987eb7e2363c", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v0.0.0-20191216044856-a8371794149d", + "cpe": "cpe:2.3:a:docker:distribution:v0.0.0-20191216044856-a8371794149d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v0.0.0-20191216044856-a8371794149d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jC8tT/S0OGx2cswpeUTn4gOIea8P08lD3VFQT0cOZ50=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=86020b0d752a4c66", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=ae2f3d3529a6e21c", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=34555473cc6ad7bf", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=a20fd2fb9bdd445e", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=903324fa67aff1ac", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible?package-id=d2bed1faebc0c01e", + "type": "library", + "name": "github.com/docker/distribution", + "version": "v2.8.1+incompatible", + "cpe": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible?package-id=69c1c895e07d40d0", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UTLdBmHk3bEY+w8qeO5KttOhy6OmXWsl/FEet9Uswog=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible?package-id=d18513b2e99b492", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.21+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UTLdBmHk3bEY+w8qeO5KttOhy6OmXWsl/FEet9Uswog=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v20.10.23+incompatible?package-id=7843b20bf566fe6e", + "type": "library", + "name": "github.com/docker/docker", + "version": "v20.10.23+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v20.10.23\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v20.10.23+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1ZQUUYAdh+oylOT85aA2ZcfRp22jmLhoaEcVEfK8dyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v23.0.0+incompatible?package-id=fb356178f943bf65", + "type": "library", + "name": "github.com/docker/docker", + "version": "v23.0.0+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v23.0.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v23.0.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L6c28tNyqZ4/ub9AZC9d5QUuunoHHfEH4/Ue+h/E5nE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker@v23.0.0-rc.1+incompatible?package-id=47485843c134b8e4", + "type": "library", + "name": "github.com/docker/docker", + "version": "v23.0.0-rc.1+incompatible", + "cpe": "cpe:2.3:a:docker:docker:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker@v23.0.0-rc.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4?package-id=d90bf9dc0af50f24", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.6.4", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.6.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.6.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=57224a5ea8730827", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=7602cc902063c526", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=7d5607ec05fcc15d", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=c51322a97f0835f", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0?package-id=fb67969e5dafb8b4", + "type": "library", + "name": "github.com/docker/docker-credential-helpers", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=e94eb2f80c5119b0", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=7270ba5f9d8562d7", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c?package-id=ec3da7809b5c3797", + "type": "library", + "name": "github.com/docker/go", + "version": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "cpe": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=9a72aae63660c48a", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=e644ae4ebcf2c16c", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=7c9bc5dcc702d29f", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=5de05e8477a14942", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=e7548321bbe0bf57", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-connections@v0.4.0?package-id=d99b04efc14ba739", + "type": "library", + "name": "github.com/docker/go-connections", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-connections@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=68798c358ec40185", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=1ecb94b33e0f1c49", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=3d03df996a65865d", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=47095bdad9b9250c", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c?package-id=db847846e79a437f", + "type": "library", + "name": "github.com/docker/go-events", + "version": "v0.0.0-20190806004212-e31b211e4f1c", + "cpe": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=9d018826611a4d3d", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=2ee890d6d936fda6", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=f7cd26f284a9b9c1", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=3742cbcf05b04865", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=24f992b4021c0acb", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=2f31fcdf1496fae3", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=a2824d4921665f12", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-metrics@v0.0.1?package-id=97f2b2632f3f666e", + "type": "library", + "name": "github.com/docker/go-metrics", + "version": "v0.0.1", + "cpe": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-metrics@v0.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=97e1650581e9ca24", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=116d990fce995e8e", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=da762a1d6390daf5", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=b5061d0cbbb11010", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=506e9bd68c31d0dd", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=360ca324975b8e83", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=c5471830f3479a36", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.4.0?package-id=d29ce77259bdc872", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=d9235a89774f5aaa", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=23dd9db10a21052f", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/docker/go-units@v0.5.0?package-id=601dd6cac7b67f1d", + "type": "library", + "name": "github.com/docker/go-units", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/docker/go-units@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful@v2.9.5+incompatible?package-id=e0f8b6f37e1f4f5", + "type": "library", + "name": "github.com/emicklei/go-restful", + "version": "v2.9.5+incompatible", + "cpe": "cpe:2.3:a:emicklei:go-restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful@v2.9.5+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=9e312f54653aecda", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=e914d84ee8235343", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0?package-id=67868fbc0b40933a", + "type": "library", + "name": "github.com/emicklei/go-restful/v3", + "version": "v3.9.0", + "cpe": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=97c7d87ade40f2df", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible?package-id=f9169734d310f8e2", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v4.12.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=22e9466e4e3c787c", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible?package-id=44268699280d89ab", + "type": "library", + "name": "github.com/evanphx/json-patch", + "version": "v5.6.0+incompatible", + "cpe": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=2546b9ce976672d4", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=d9b62c4fbc5e6793", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=53bdced932490fbe", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d?package-id=4922dd1a5ca29c4", + "type": "library", + "name": "github.com/exponent-io/jsonpath", + "version": "v0.0.0-20151013193312-d6023ce2651d", + "cpe": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=be8f753e0551ac7", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/camelcase@v1.0.0?package-id=353ffac18c8ed5bf", + "type": "library", + "name": "github.com/fatih/camelcase", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/camelcase@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.13.0?package-id=64bb8dbee24caf52", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.14.1?package-id=5aa33bb71d7991f", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.14.1", + "cpe": "cpe:2.3:a:fatih:color:v1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.14.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fatih/color@v1.7.0?package-id=21972cdc9c68d680", + "type": "library", + "name": "github.com/fatih/color", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:fatih:color:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fatih/color@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2?package-id=3a1ac21f8af8a9a4", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2?package-id=52778bb0e162c00c", + "type": "library", + "name": "github.com/felixge/httpsnoop", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+nS9g82KMXccJ/wp0zyRW9ZBHFETmMGtkk+2CTTrW4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.4.9?package-id=6029c5639e6e2228", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.4.9", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.4.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.4.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.5.1?package-id=f03f97dc6ba92f57", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.5.1", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.5.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=7c7fc76b12d8620f", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0?package-id=ba6b71d5daec15c7", + "type": "library", + "name": "github.com/fsnotify/fsnotify", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=3dd34698917a9f8f", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=f7eb86513941a3ee", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1?package-id=9be8fdd403edfde3", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=b9a835f958be26f8", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=a522d5d343625aa8", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2?package-id=fa0cda8cb8d41c2e", + "type": "library", + "name": "github.com/fvbommel/sortorder", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gdamore/encoding@v1.0.0?package-id=505ca6a3f9f05bfd", + "type": "library", + "name": "github.com/gdamore/encoding", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gdamore/encoding@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/ghodss/yaml@v1.0.0?package-id=b7f074eece3e8cb1", + "type": "library", + "name": "github.com/ghodss/yaml", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:ghodss:yaml:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/ghodss/yaml@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=a1f1d97cf7beb5bb", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=448b4a88b5015651", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.0.1?package-id=b1241a776145f55c", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-errors/errors@v1.4.0?package-id=62891a3821c647b7", + "type": "library", + "name": "github.com/go-errors/errors", + "version": "v1.4.0", + "cpe": "cpe:2.3:a:go-errors:errors:v1.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-errors/errors@v1.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_errors:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2OA7MFw38+e9na72T1xgkomPb6GzZzzxvJ5U630FoRM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2?package-id=95dea29ca80c2062", + "type": "library", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.0.2", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ULqJXIekoqMx29FI5ekXXFoH1dT2Vc8UhnRzBg+Emz4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2?package-id=9dc3ab761f91dc85", + "type": "library", + "name": "github.com/go-gorp/gorp/v3", + "version": "v3.0.2", + "cpe": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ULqJXIekoqMx29FI5ekXXFoH1dT2Vc8UhnRzBg+Emz4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.0?package-id=7316b0b2095511e7", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.2?package-id=78183189385cd75e", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ahHml/yUpnlb96Rp8HCvtYVPY8ZYpxq3g7UYchIYwbs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=5464155314801203", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=38b42f439740444", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=1dd9b6be1b5e1c77", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=d6a50e225539de9c", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=ac8f556b7f71c283", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/logr@v1.2.3?package-id=4e22bae1221e7ae", + "type": "library", + "name": "github.com/go-logr/logr", + "version": "v1.2.3", + "cpe": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/logr@v1.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=2cf326746721bbe1", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=b65d04b8383ce621", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-logr/stdr@v1.2.2?package-id=75a1d918cc610211", + "type": "library", + "name": "github.com/go-logr/stdr", + "version": "v1.2.2", + "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=623de633156e5bf8", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=e535ffcc7ab740b7", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=ccfbe906ef440b87", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5?package-id=b88fbeaeeee5a16b", + "type": "library", + "name": "github.com/go-openapi/jsonpointer", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.19.5?package-id=5774edd2905ff2bd", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.19.5", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.19.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=c99d9ae4985f441c", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=d25887817a138376", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0?package-id=40545715f2be8673", + "type": "library", + "name": "github.com/go-openapi/jsonreference", + "version": "v0.20.0", + "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=5c3568994aa98b34", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=c1513dcc8c366c92", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=c8ddde1aefe16d5", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-openapi/swag@v0.19.14?package-id=69c30de070909dba", + "type": "library", + "name": "github.com/go-openapi/swag", + "version": "v0.19.14", + "cpe": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-openapi/swag@v0.19.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/go-test/deep@v1.1.0?package-id=317522b203bbc9c", + "type": "library", + "name": "github.com/go-test/deep", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:go-test:deep:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/go-test/deep@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go_test:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:go:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=98be85250b04e745", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=306d35df589707ba", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gobwas/glob@v0.2.3?package-id=b35b4e0e635df29f", + "type": "library", + "name": "github.com/gobwas/glob", + "version": "v0.2.3", + "cpe": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gobwas/glob@v0.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gocarina/gocsv@v0.0.0-20190426105157-2fc85fcf0c07?package-id=20f284ee69c0bef0", + "type": "library", + "name": "github.com/gocarina/gocsv", + "version": "v0.0.0-20190426105157-2fc85fcf0c07", + "cpe": "cpe:2.3:a:gocarina:gocsv:v0.0.0-20190426105157-2fc85fcf0c07:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gocarina/gocsv@v0.0.0-20190426105157-2fc85fcf0c07", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mvnNJcQD5GlZJNF3vMqnSbdzu51UVszEH5/sb2WT1b0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=6f684b7b064fc3b8", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=dbc93a87c611975c", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=1ec805ba979f2c6d", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=f96999e3d044fdb3", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6?package-id=9d6e42c56fb900d0", + "type": "library", + "name": "github.com/godbus/dbus/v5", + "version": "v5.0.6", + "cpe": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=bdf6ee31ca5c3d01", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=ee473fc532e33d65", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gofrs/flock@v0.8.1?package-id=38e2c48e3fe2ed9b", + "type": "library", + "name": "github.com/gofrs/flock", + "version": "v0.8.1", + "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=29992ef3868fbb4c", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=3756812eff2eb09", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.3.2?package-id=fdcf931475cdef1a", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.4.1?package-id=92fccf7501c831d1", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/googleapis@v1.4.1?package-id=fe2357c0dbe22deb", + "type": "library", + "name": "github.com/gogo/googleapis", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=fd9c7b35e231dbd5", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=37c28b96a4fe6108", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e3210584b1026a43", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=fe6f78f2e0bb5ed2", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=92af388d267958ec", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=9da7a9a6aef1497b", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=83311d53b912b78d", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=4167fba35962d1b2", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=9b13a1c28a3f8a2c", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e9c88a686faa069d", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=e154faff2de9bc83", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=1518d6a3b6b37611", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gogo/protobuf@v1.3.2?package-id=4a7b752efa38832e", + "type": "library", + "name": "github.com/gogo/protobuf", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.0.0?package-id=245eb60581eaec3f", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.0.0", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RAqyYixv1p7uEnocuy8P1nru5wprCh/MH2BIlW5z5/o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.4.2?package-id=b300b11557b1eff8", + "type": "library", + "name": "github.com/golang-jwt/jwt/v4", + "version": "v4.4.2", + "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:golang:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/mock@v1.6.0?package-id=d1d07269e9159a7e", + "type": "library", + "name": "github.com/golang/mock", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:golang:mock:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/mock@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=5d01d4703bf0cc36", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=67470c26ed6a07de", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=ac6af3eef5437253", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=f3b3d5c3aa9b3c59", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=de896bab53919264", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=2c010f544d99d210", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=578ed641d3dc4125", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=bedee116c49e8799", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=6db5c5a5f5097e7e", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=e4e86d16ded48ee3", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=8bb6ac9e6cd54f5a", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=f9d0ab3d4ba06d83", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/golang/protobuf@v1.5.2?package-id=162f7b0174c94c0c", + "type": "library", + "name": "github.com/golang/protobuf", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/golang/protobuf@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/goodhosts/hostsfile@v0.1.1?package-id=824158d01d442103", + "type": "library", + "name": "github.com/goodhosts/hostsfile", + "version": "v0.1.1", + "cpe": "cpe:2.3:a:goodhosts:hostsfile:v0.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/goodhosts/hostsfile@v0.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SqRUTFOshOCon0ZSXDrW1bkKZvs4+5pRgYFWySdaLno=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=49de21ee1c7d02b4", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=51b49059e5f6552f", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=f67af1aa39af8751", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/btree@v1.0.1?package-id=7f532288e182f7b2", + "type": "library", + "name": "github.com/google/btree", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/btree@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=6b3a5e985038f065", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=dfe23113faa2b7a3", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs?package-id=3d7e74cddb6969d", + "type": "library", + "name": "github.com/google/gnostic", + "version": "v0.5.7-v3refs", + "cpe": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.6?package-id=4256d59798c65a4f", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.6", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.6?package-id=f8e92246d3feedac", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.6", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=916c48b6efaa84ff", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=992d05f2380d7a2e", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=5272d2a3ab8e9259", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=a236044dcd2b5017", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/go-cmp@v0.5.9?package-id=f678350f9e5d7bf1", + "type": "library", + "name": "github.com/google/go-cmp", + "version": "v0.5.9", + "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.1.0?package-id=e76362179d0fb7fa", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.1.0?package-id=18295ad21cc89389", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=fc32d947fd1c3f16", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=9f2b0d46d7628a5c", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=cef8fd8ad6f15c7f", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=65d62cd52f0cc298", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=5426717ffda3e45e", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/gofuzz@v1.2.0?package-id=b5d2b7b6b110c9a4", + "type": "library", + "name": "github.com/google/gofuzz", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/gofuzz@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=3e5549619c0b0f5a", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=a782807656929977", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=19a2027004f5cf1b", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=2737ddfee756dcf3", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=9fa37de07be7d698", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510?package-id=93c25767e84896d2", + "type": "library", + "name": "github.com/google/shlex", + "version": "v0.0.0-20191202100458-e7afc7fbc510", + "cpe": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.1.2?package-id=488dabc39266c01c", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:google:uuid:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=60afec4a746f2425", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=65ce03ac546a5278", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=7aba3c6a8333dfaa", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=7ffc644b638d429b", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.2.0?package-id=44f9207a0c1ae89c", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=390caf82e6caca5a", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/google/uuid@v1.3.0?package-id=1be85756ae551fff", + "type": "library", + "name": "github.com/google/uuid", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/google/uuid@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=299715ab32450f6b", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=262f277a16caf7b", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/googleapis/gnostic@v0.5.5?package-id=c20ac4c9e0b04559", + "type": "library", + "name": "github.com/googleapis/gnostic", + "version": "v0.5.5", + "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=afc2ed3708b48482", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=3004d6dac69bf427", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=45b6c0d217ea3634", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=4675eb76e99dc1a2", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=8c230da47189f91c", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gorilla/mux@v1.8.0?package-id=cdd2185d8d5542aa", + "type": "library", + "name": "github.com/gorilla/mux", + "version": "v1.8.0", + "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=a61be9a4aa3508df", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=674e199140eb177d", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gosuri/uitable@v0.0.4?package-id=62540d8457a85b5b", + "type": "library", + "name": "github.com/gosuri/uitable", + "version": "v0.0.4", + "cpe": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gosuri/uitable@v0.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=f335a80587ede5f1", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=c1cfba36f030d453", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=1b21d74d87e0c8d1", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7?package-id=ef9ad614d10abff6", + "type": "library", + "name": "github.com/gregjones/httpcache", + "version": "v0.0.0-20180305231024-9cad4c3443a7", + "cpe": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=59451cd500bbf0d3", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=6fbe370a0825db91", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=f2c46862f18c6b85", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0?package-id=3e609773a86520e4", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0?package-id=fdd0f53b921a9559", + "type": "library", + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=f1dfaccebe1e1043", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=dfbbd336b3e6e3d3", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0?package-id=240f7c0ba0b60dcd", + "type": "library", + "name": "github.com/grpc-ecosystem/grpc-gateway", + "version": "v1.16.0", + "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=62c08b79009cf977", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=17ae591a064ba736", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=6e4aa21020a1387f", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=cec020c89ecae886", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0?package-id=136c35873b3f1704", + "type": "library", + "name": "github.com/hashicorp/errwrap", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2?package-id=888b02b3263610ed", + "type": "library", + "name": "github.com/hashicorp/go-cleanhttp", + "version": "v0.5.2", + "cpe": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-cty-funcs@v0.0.0-20200930094925-2721b1e36840?package-id=42e73fe5c00fc521", + "type": "library", + "name": "github.com/hashicorp/go-cty-funcs", + "version": "v0.0.0-20200930094925-2721b1e36840", + "cpe": "cpe:2.3:a:hashicorp:go-cty-funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-cty-funcs@v0.0.0-20200930094925-2721b1e36840", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_cty_funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=69e234ddc8707bf2", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=4b183f898c8821f9", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=121973bd7b450f1", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=266e4aad5a022329", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1?package-id=ca87a0f5cd85f57a", + "type": "library", + "name": "github.com/hashicorp/go-multierror", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.5.3?package-id=4ecb34e645d7e010", + "type": "library", + "name": "github.com/hashicorp/go-retryablehttp", + "version": "v0.5.3", + "cpe": "cpe:2.3:a:hashicorp:go-retryablehttp:v0.5.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.5.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_retryablehttp:v0.5.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QlWt0KvWT0lq8MFppF9tsJGF+ynG7ztc2KIPhzRGk7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-version@v1.3.0?package-id=55d6a17e09905104", + "type": "library", + "name": "github.com/hashicorp/go-version", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:hashicorp:go-version:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-version@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_version:v1.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/go-version@v1.6.0?package-id=bdae8235ca9ffea4", + "type": "library", + "name": "github.com/hashicorp/go-version", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:hashicorp:go-version:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/go-version@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:hashicorp:go_version:v1.6.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=2031deabc5e48c7c", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl@v1.0.0?package-id=ddaa85e8e6014b61", + "type": "library", + "name": "github.com/hashicorp/hcl", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/hashicorp/hcl/v2@v2.8.2?package-id=25b6315c70c3eb70", + "type": "library", + "name": "github.com/hashicorp/hcl/v2", + "version": "v2.8.2", + "cpe": "cpe:2.3:a:hashicorp:hcl\\/v2:v2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/hashicorp/hcl/v2@v2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.2?package-id=68803a42c130eaa8", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.2", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=3fa869afa6508aaf", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/huandu/xstrings@v1.3.3?package-id=d76f24fd9ab062b8", + "type": "library", + "name": "github.com/huandu/xstrings", + "version": "v1.3.3", + "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=ae9ce5d886e48c4b", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=45c6e5744b388734", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=4e1937d8cc56553e", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.12?package-id=c79d323d0deeaeb2", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.12", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=a717708a3635c61d", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=598d346d9844f0ca", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.13?package-id=2bd5f75bb5d0016", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.13", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/imdario/mergo@v0.3.6?package-id=981005f3b7e32b9c", + "type": "library", + "name": "github.com/imdario/mergo", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/imdario/mergo@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/intel/goresctrl@v0.2.0?package-id=54a6d8881cd57204", + "type": "library", + "name": "github.com/intel/goresctrl", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:intel:goresctrl:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/intel/goresctrl@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0?package-id=115dcc24bba0d53a", + "type": "library", + "name": "github.com/jmespath/go-jmespath", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.4?package-id=8ba17eb177bf7d48", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.4", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wv+0IJZfL5z0uZoUjlpKgHkgaFSYD+r9CfrXjEXsO7w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=2c784fbce87e14fe", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.5", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5?package-id=6d558ef891bde44e", + "type": "library", + "name": "github.com/jmoiron/sqlx", + "version": "v1.3.5", + "cpe": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2?package-id=7b860f15b2ab35f6", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/jonboulle/clockwork@v0.3.1-0.20230117163003-a89700cec744?package-id=ed87a62ebaaa8671", + "type": "library", + "name": "github.com/jonboulle/clockwork", + "version": "v0.3.1-0.20230117163003-a89700cec744", + "cpe": "cpe:2.3:a:jonboulle:clockwork:v0.3.1-0.20230117163003-a89700cec744:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/jonboulle/clockwork@v0.3.1-0.20230117163003-a89700cec744", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fJ+REXDOpsMqA2spt3wAq3HGJJvWnNitGK2KVZTos+8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=36d01ae01e4c9eb4", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=851da5e3ed0b2551", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=f6e2bcc479f5e472", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/josharian/intern@v1.0.0?package-id=cd058c2a00c6468b", + "type": "library", + "name": "github.com/josharian/intern", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=c803345980ed884c", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=27ddb2fcac0b4926", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=d20afbbcf1cc5c39", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=63ea73d2a0274e86", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=38513a7778555aae", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=83ef9028e8158928", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=fd741f5ad3d94efb", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/json-iterator/go@v1.1.12?package-id=a02ce8a39ccd835", + "type": "library", + "name": "github.com/json-iterator/go", + "version": "v1.1.12", + "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/k3d-io/k3d/v5@v0.0.0-20230202125824-05d839b2b880?package-id=e8237120a2a9ef23", + "type": "library", + "name": "github.com/k3d-io/k3d/v5", + "version": "v0.0.0-20230202125824-05d839b2b880", + "cpe": "cpe:2.3:a:k3d-io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/k3d-io/k3d/v5@v0.0.0-20230202125824-05d839b2b880", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:k3d_io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:k3d:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "-w -s -X github.com/k3d-io/k3d/v5/version.Version=v5.4.7 -X github.com/k3d-io/k3d/v5/version.K3sVersion=v1.25.6-k3s1 -extldflags \"-static\"" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "05d839b2b880cd0c764f0794fe0aa029f1300d19" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-02T12:58:24Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51?package-id=ccbf93daea6e98c6", + "type": "library", + "name": "github.com/kballard/go-shellquote", + "version": "v0.0.0-20180428030007-95032a82bc51", + "cpe": "cpe:2.3:a:kballard:go-shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:kballard:go_shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=e5c641717e6ad255", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=24018b5657aef828", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=fb7fe2640819ea7d", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.11.13?package-id=9acd23e5c88a290e", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.11.13", + "cpe": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.11.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.13.6?package-id=6ff34d877bf93b32", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.13.6", + "cpe": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.13.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.14.4?package-id=aa9ee301feea16fc", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.14.4", + "cpe": "cpe:2.3:a:klauspost:compress:v1.14.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.14.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eijASRJcobkVtSt81Olfh7JX43osYLwy5krOJo6YEu4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.15.12?package-id=19920b88de97344a", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.15.12", + "cpe": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.15.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/klauspost/compress@v1.15.12?package-id=b65aefeeabac3f55", + "type": "library", + "name": "github.com/klauspost/compress", + "version": "v1.15.12", + "cpe": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/klauspost/compress@v1.15.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YClS/PImqYbn+UILDnqxQCZ3RehC9N318SU3kElDUEM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=8de1f89e8aec0cfb", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=131f78538e405b52", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0?package-id=11d0e6619e5528a4", + "type": "library", + "name": "github.com/lann/builder", + "version": "v0.0.0-20180802200727-47ae307949d0", + "cpe": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=e72bbd4fedb13957", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=4097d1f2da0c21d4", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0?package-id=5a7ecd9aee7e613c", + "type": "library", + "name": "github.com/lann/ps", + "version": "v0.0.0-20150810152359-62de8c46ede0", + "cpe": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.4?package-id=354b1a1b967cec5", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.4", + "cpe": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SO9z7FRPzA03QhHKJrH5BXA6HU1rS4V2nIVrrNC1iYk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.7?package-id=97c69174c96a7234", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.7", + "cpe": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lib/pq@v1.10.7?package-id=ea63dc2c234e8a94", + "type": "library", + "name": "github.com/lib/pq", + "version": "v1.10.7", + "cpe": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lib/pq@v1.10.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=9071b593e0b72a5e", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=1f2ca929b873a1fe", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=f3a3bf8afd8f4114", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=e96e6978126ea7ec", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de?package-id=754104a06a5218ba", + "type": "library", + "name": "github.com/liggitt/tabwriter", + "version": "v0.0.0-20181228230101-89fcab3d43de", + "cpe": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lithammer/dedent@v1.1.0?package-id=2275996199e66baa", + "type": "library", + "name": "github.com/lithammer/dedent", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lithammer/dedent@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0?package-id=f8886d0d6a7236b8", + "type": "library", + "name": "github.com/lucasb-eyer/go-colorful", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.5?package-id=ff3f59d15b3462c4", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.5", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/magiconair/properties@v1.8.7?package-id=8801ac65caa6245b", + "type": "library", + "name": "github.com/magiconair/properties", + "version": "v1.8.7", + "cpe": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/magiconair/properties@v1.8.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=7153b4bf0fd5c307", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=760b4f6073ffd5d", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=841d3896a5a22df0", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mailru/easyjson@v0.7.6?package-id=1e66431964d88a86", + "type": "library", + "name": "github.com/mailru/easyjson", + "version": "v0.7.6", + "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.0.9?package-id=d2c5cf436739e51b", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.12?package-id=6a7d33da0ab08596", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.12", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.12?package-id=f72adc28c6729062", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.12", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-colorable@v0.1.13?package-id=92b970ac4fa1301b", + "type": "library", + "name": "github.com/mattn/go-colorable", + "version": "v0.1.13", + "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.14?package-id=a8e1f2c12e6f5001", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.16?package-id=2149ddef52de3ae6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.16", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.16", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.17?package-id=f0091f4be68b4ae6", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.17", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.17", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-isatty@v0.0.3?package-id=56f32a76dde97e76", + "type": "library", + "name": "github.com/mattn/go-isatty", + "version": "v0.0.3", + "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_isatty:v0.0.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=cdc376c4ed55feab", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14?package-id=6e797b633b51405d", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.14", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=ad0f740314c1aede", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9?package-id=2bb905bf9be1320c", + "type": "library", + "name": "github.com/mattn/go-runewidth", + "version": "v0.0.9", + "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12?package-id=9cd2921e2bb239d9", + "type": "library", + "name": "github.com/mattn/go-shellwords", + "version": "v1.0.12", + "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12?package-id=d711d66e5624b96d", + "type": "library", + "name": "github.com/mattn/go-shellwords", + "version": "v1.0.12", + "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2?package-id=364e492d5df48912", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369?package-id=ad061bfb8b74031d", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.2-0.20181231171920-c182affec369", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=59e73878f1a6022b", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=be75cf2f069d84eb", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=c4b7382a9372d14d", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=bc01b6ae6b2aa233", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=5bf4b7f16dc36eb2", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=f1f6402a57b59dd6", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4?package-id=d0a2b249515111de", + "type": "library", + "name": "github.com/matttproud/golang_protobuf_extensions", + "version": "v1.0.4", + "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b?package-id=633ff964b7cba397", + "type": "library", + "name": "github.com/mgutz/ansi", + "version": "v0.0.0-20170206155736-9520e82c474b", + "cpe": "cpe:2.3:a:mgutz:ansi:v0.0.0-20170206155736-9520e82c474b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/miekg/pkcs11@v1.1.1?package-id=8cb0e735872daa33", + "type": "library", + "name": "github.com/miekg/pkcs11", + "version": "v1.1.1", + "cpe": "cpe:2.3:a:miekg:pkcs11:v1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/miekg/pkcs11@v1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mistifyio/go-zfs@v2.1.2-0.20190413222219-f784269be439+incompatible?package-id=543016363f577e8a", + "type": "library", + "name": "github.com/mistifyio/go-zfs", + "version": "v2.1.2-0.20190413222219-f784269be439+incompatible", + "cpe": "cpe:2.3:a:mistifyio:go-zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mistifyio/go-zfs@v2.1.2-0.20190413222219-f784269be439+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mistifyio:go_zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=98abe337daf7d036", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=b9e593a23a24818", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=55b7d328e241e7b4", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0?package-id=5c19c8e1781558af", + "type": "library", + "name": "github.com/mitchellh/copystructure", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0?package-id=31fe94e0d81c6299", + "type": "library", + "name": "github.com/mitchellh/go-homedir", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-ps@v0.0.0-20190716172923-621e5597135b?package-id=575fb9a29fe9815a", + "type": "library", + "name": "github.com/mitchellh/go-ps", + "version": "v0.0.0-20190716172923-621e5597135b", + "cpe": "cpe:2.3:a:mitchellh:go-ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-ps@v0.0.0-20190716172923-621e5597135b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9+ke9YJ9KGWw5ANXK6ozjoK47uI3uNbXv4YVINBnGm8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v0.0.0-20150314170334-ad45545899c7?package-id=9268275363ba180d", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v0.0.0-20150314170334-ad45545899c7", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v0.0.0-20150314170334-ad45545899c7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=e7001df65780726c", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=353642c3e4879f28", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=126b06bfc36de245", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0?package-id=d8602c79648f9039", + "type": "library", + "name": "github.com/mitchellh/go-wordwrap", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.4.3?package-id=6114e04d6a8a931", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.4.3", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=98e1733f093cb5c3", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=444d333b2f3609bd", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0?package-id=f52e4efa9104950a", + "type": "library", + "name": "github.com/mitchellh/mapstructure", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=ca16e8416e673562", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=393ad7d168f3bc68", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=4bfbb81128d2154a", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2?package-id=47b1638d1ede5752", + "type": "library", + "name": "github.com/mitchellh/reflectwalk", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/buildkit@v0.11.2?package-id=8e105ab9d91e4af7", + "type": "library", + "name": "github.com/moby/buildkit", + "version": "v0.11.2", + "cpe": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/buildkit@v0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/buildkit@v0.11.2?package-id=72879f24aa2b6767", + "type": "library", + "name": "github.com/moby/buildkit", + "version": "v0.11.2", + "cpe": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/buildkit@v0.11.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hNNsYuRssvFnp/qJ8FifStEUzROl5riPAEwk7cRzMjg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=cdcf602c252940fe", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=933d7f861d6708b6", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=9fecc83fa3b60963", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=cb73decc3ca22605", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=b7c0bfdf65a6c56b", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=6f04247531336fc", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=662223fed1516133", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/locker@v1.0.1?package-id=e00fc2979f2ceb85", + "type": "library", + "name": "github.com/moby/locker", + "version": "v1.0.1", + "cpe": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/locker@v1.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/moby@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible?package-id=cc4d43d14492428", + "type": "library", + "name": "github.com/moby/moby", + "version": "v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible", + "cpe": "cpe:2.3:a:moby:moby:v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/moby@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NT0cwArZg/wGdvY8pzej4tPr+9WGmDdkF8Suj+mkz2g=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/patternmatcher@v0.5.0?package-id=908eb4969f3c5bd3", + "type": "library", + "name": "github.com/moby/patternmatcher", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/patternmatcher@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/patternmatcher@v0.5.0?package-id=687a5031d3ec6d70", + "type": "library", + "name": "github.com/moby/patternmatcher", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/patternmatcher@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YCZgJOeULcxLw1Q+sVR636pmS7sPEn1Qo2iAN6M7DBo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=f339feba17003146", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=dfbf7562358a346b", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=7c22c9c54b143641", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=fc56750d480fc5cb", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=58c8e8cb2ea8c291", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=9f10f7f682132fab", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/spdystream@v0.2.0?package-id=d96929294db31973", + "type": "library", + "name": "github.com/moby/spdystream", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/spdystream@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mount@v0.3.3?package-id=265288c915c97356", + "type": "library", + "name": "github.com/moby/sys/mount", + "version": "v0.3.3", + "cpe": "cpe:2.3:a:moby:sys\\/mount:v0.3.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mount@v0.3.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fX1SVkXFJ47XWDoeFW4Sq7PdQJnV2QIDZAqjNqgEjUs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=424a7f293b22e097", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=526092188ff64548", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=cbc45c7aa69a7838", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=6c4a13679b07d1cb", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=726ee8d5dafa6848", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=13ef7c7a69190ee9", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0?package-id=dd7c61ad5091f3c6", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=d3a256a1fd09413", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=605ed8b178bf67e", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2?package-id=37715967f4ba8192", + "type": "library", + "name": "github.com/moby/sys/mountinfo", + "version": "v0.6.2", + "cpe": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/sequential@v0.5.0?package-id=ea5c8734ab65af19", + "type": "library", + "name": "github.com/moby/sys/sequential", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/sequential@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/sequential@v0.5.0?package-id=e7673c12a525115d", + "type": "library", + "name": "github.com/moby/sys/sequential", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/sequential@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=f941a400e015aaa1", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=d4192ca18737911e", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.6.0?package-id=7544f64752d1be55", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.7.0?package-id=16b754e8d463af42", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/signal@v0.7.0?package-id=9278ce2d27272c83", + "type": "library", + "name": "github.com/moby/sys/signal", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/signal@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/symlink@v0.2.0?package-id=1afa1af46089592c", + "type": "library", + "name": "github.com/moby/sys/symlink", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/symlink@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/sys/symlink@v0.2.0?package-id=8d33d8596aa7aeb7", + "type": "library", + "name": "github.com/moby/sys/symlink", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/sys/symlink@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297?package-id=c60b6931e6add085", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20210610120745-9d4ed1856297", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20210610120745-9d4ed1856297:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:yH0SvLzcbZxcJXho2yh7CqdENGMQe73Cw3woZBpPli0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae?package-id=c83c561b3cb31e31", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20220808134915-39b0c02b01ae", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20220808134915-39b0c02b01ae:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221120202655-abb19827d345?package-id=f6cd9a07e024fa33", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221120202655-abb19827d345", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221120202655-abb19827d345:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221120202655-abb19827d345", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221128092401-c43b287e0e0f?package-id=da0e5272b4677d58", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221128092401-c43b287e0e0f", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221128092401-c43b287e0e0f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221128092401-c43b287e0e0f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J/7hjLaHLD7epG0m6TBMGmp4NQ+ibBYLfeyJWdAIFLA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=90d0f968c0c13427", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=1ddbbdf886ff1312", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587?package-id=642715d250f7eba2", + "type": "library", + "name": "github.com/moby/term", + "version": "v0.0.0-20221205130635-1aeaba878587", + "cpe": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=bbd18dfe57e653c", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=925ba57f361301a1", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=e2c671737f1b8487", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=40e8a7389e73026b", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2c4eb90984e2b0c6", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=fade265fc446a5c8", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=9ed3f3cd4e34184c", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd?package-id=2f1fcc28907da674", + "type": "library", + "name": "github.com/modern-go/concurrent", + "version": "v0.0.0-20180306012644-bacd9c7ef1dd", + "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=edc208c214c76a6d", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=ae499692c35559e6", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=3afb6432498fc6f9", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=afb5218b128db627", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=667e9e6e56d9d806", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=26ad946f7f5c0be0", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=4399280c9d386deb", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/modern-go/reflect2@v1.0.2?package-id=ad4df57928386708", + "type": "library", + "name": "github.com/modern-go/reflect2", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=d621eae51b04902c", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=f016829cb2e31b64", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=84669c31f27b7d4d", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00?package-id=c46344779da30b05", + "type": "library", + "name": "github.com/monochromegane/go-gitignore", + "version": "v0.0.0-20200626010858-205db1a8cc00", + "cpe": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=bc1a1589a4c6e88e", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=9f28d5262bb20d67", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=70fa896ce70a4b09", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=4402b1fba30fc075", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=22d605f252cd1d3c", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/morikuni/aec@v1.0.0?package-id=d8782eb887e4fa91", + "type": "library", + "name": "github.com/morikuni/aec", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/morikuni/aec@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mrunalp/fileutils@v0.5.0?package-id=82e2eb22790dd4d0", + "type": "library", + "name": "github.com/mrunalp/fileutils", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:mrunalp:fileutils:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mrunalp/fileutils@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=53d542304423894c", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=2ae94ecb766ac6b9", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822?package-id=3bd0be1b54fd8378", + "type": "library", + "name": "github.com/munnerz/goautoneg", + "version": "v0.0.0-20191010083416-a7dc8b61c822", + "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f?package-id=4593930edb71d87f", + "type": "library", + "name": "github.com/mxk/go-flowrate", + "version": "v0.0.0-20140419014527-cca7078d478f", + "cpe": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5?package-id=9b3f3332c48d9c18", + "type": "library", + "name": "github.com/olekukonko/tablewriter", + "version": "v0.0.5", + "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=ef7321122114df9c", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=44b703bdb88616b0", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=c016c673a824b866", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=33a968e90c847270", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b107c08b8512667c", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=ffba7cf0e1659e28", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=b9daeac5122d25e", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=9d0b7ba3f2722a07", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=e22f521700598a7", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=412cfc590a087cf0", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=cb926d366e1b244e", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=870101fb9756da94", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0?package-id=867cb943be9be9c4", + "type": "library", + "name": "github.com/opencontainers/go-digest", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.2?package-id=8fc2fe0a7599c7c6", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=7928e4910c4cff1b", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=26552d49d9326d8e", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=6672647d26f4a7a9", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=f4bf4f620512a303", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799?package-id=cbca9ddfc4db68f6", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20211202183452-c5a74bcca799", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rc3tiVYb5z54aKaDfakKn0dDjIyPpTtszkjuMzyt7ec=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220303224323-02efb9a75ee1?package-id=1e48bf3ccfacb4e1", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.0.3-0.20220303224323-02efb9a75ee1", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220303224323-02efb9a75ee1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=adb11f39af46d8d2", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=3b3d7c87cd387cb4", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=d952998176339799", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2?package-id=824338f9b13595c4", + "type": "library", + "name": "github.com/opencontainers/image-spec", + "version": "v1.1.0-rc2", + "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@(devel)?package-id=7a3c4795c6ffb764", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "(devel)", + "cpe": "cpe:2.3:a:opencontainers:runc:\\(devel\\):*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@(devel)", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=\"-trimpath=/build/moby-runc/.gopath/src\"" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=\"-trimpath=/build/moby-runc/.gopath/src\"" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "seccomp" + }, + { + "name": "syft:metadata:goBuildSettings:-trimpath", + "value": "true" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "1" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.0.2?package-id=e840eaa37daa36fa", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.0.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.0.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:opHZMaswlyxz1OuGpBE53Dwe4/xF7EZTY0A2L/FpCOg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=a78df37d5d9a56ad", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=6b46fa5defe02bee", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.2?package-id=921bc9e9f49c7616", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.2", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:2VSZwLx5k/BfsBxMMipG/LYUnmqOD/BPkIVgQUcTlLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.3?package-id=5dd201729ff83e6c", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.3?package-id=2c7b81c7021080c6", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vIXrkId+0/J2Ymu2m7VjGvbSlAId9XNRPhn2p4b+d8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runc@v1.1.4?package-id=f0079498a23abb7", + "type": "library", + "name": "github.com/opencontainers/runc", + "version": "v1.1.4", + "cpe": "cpe:2.3:a:opencontainers:runc:v1.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runc@v1.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nRCz/8sKg6K6jgYAFLDlXzPeITBZJyX28DBVhWD+5dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=1150f0073e78863a", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=3f50f14f211a5183", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=b5b0b6dc28ff6541", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=cadb7afdd1076b2", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=c86fe35d61b0f14b", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=7cba7fd5e0469fb5", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417?package-id=818d9892b58ac2fd", + "type": "library", + "name": "github.com/opencontainers/runtime-spec", + "version": "v1.0.3-0.20210326190908-1c3f411f0417", + "cpe": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.0?package-id=b4eb40086977ac84", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=55eaaa8c941aa11f", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=ce9d847aba90c233", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/opencontainers/selinux@v1.10.1?package-id=63b6fb037c1155e8", + "type": "library", + "name": "github.com/opencontainers/selinux", + "version": "v1.10.1", + "cpe": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/opencontainers/selinux@v1.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.4?package-id=d7b4566cd00a26cc", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.4", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=caf2354128a30b2a", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=15e9f45b3543fe14", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=ad86364f0016cf9d", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml@v1.9.5?package-id=bdbdec14074beb57", + "type": "library", + "name": "github.com/pelletier/go-toml", + "version": "v1.9.5", + "cpe": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml@v1.9.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6?package-id=33918f38244f1b02", + "type": "library", + "name": "github.com/pelletier/go-toml/v2", + "version": "v2.0.6", + "cpe": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.0.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=eb486c2fa0a6bfd8", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=d08e2b84b2990a70", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=e6f0414de4a3f344", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible?package-id=d77b003dc6f683e1", + "type": "library", + "name": "github.com/peterbourgon/diskv", + "version": "v2.0.1+incompatible", + "cpe": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2?package-id=61fceecd094b0139", + "type": "library", + "name": "github.com/phayes/freeport", + "version": "v0.0.0-20180830031419-95f893ade6f2", + "cpe": "cpe:2.3:a:phayes:freeport:v0.0.0-20180830031419-95f893ade6f2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/browser@v0.0.0-20180916011732-0a3d74bf9ce4?package-id=99648d9a0e4ae839", + "type": "library", + "name": "github.com/pkg/browser", + "version": "v0.0.0-20180916011732-0a3d74bf9ce4", + "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20180916011732-0a3d74bf9ce4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20180916011732-0a3d74bf9ce4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:49lOXmGaUpV9Fz3gd7TFZY106KVlPVa5jcYD1gaQf98=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=7966def90fc8cb9c", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=de0a52c577ef1b45", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=331f5dd2d50d5bbb", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=730a80d7a9191c27", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=99f0726a0fba1afa", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=392aac28f852c12f", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=5dd1fcc17206898a", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=870d9036627108d1", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=eb5880523922fc76", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=933f5f565c4f0d20", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=11995f91026190d6", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=fd19c08892e02b1b", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pkg/errors@v0.9.1?package-id=3dec2c26e92ed074", + "type": "library", + "name": "github.com/pkg/errors", + "version": "v0.9.1", + "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=36301adfaaae6fdf", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=6afe64bf8f6e8196", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0?package-id=93a8517c6316b235", + "type": "library", + "name": "github.com/pmezard/go-difflib", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=27124073feb7fc34", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=e8a3d04523f6ee04", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.11.1?package-id=860738715739f332", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.11.1", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=e668881ec31d65ee", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=518945fdf4d186e0", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=8d1df66cf89e2e87", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=508e8f1e0d750acd", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=e21e222fd39184bb", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_golang@v1.14.0?package-id=4749a3b98f2fc5f", + "type": "library", + "name": "github.com/prometheus/client_golang", + "version": "v1.14.0", + "cpe": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_golang@v1.14.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=b8dfc4b5200926ed", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=26e910ab8635e2a6", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.2.0?package-id=690a028579524cf1", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=59d0a8583ae1ea28", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=460f812093fe96cd", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=6952d1b689889d60", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=f7d8479796acf812", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=6414ef8990b4c492", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/client_model@v0.3.0?package-id=dd2403dc4cf6e39a", + "type": "library", + "name": "github.com/prometheus/client_model", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/client_model@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.30.0?package-id=8f8db3a7408eb149", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.30.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.30.0?package-id=5962620593e5c2f7", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.30.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.32.1?package-id=263bed0713096e94", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.32.1", + "cpe": "cpe:2.3:a:prometheus:common:v0.32.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.32.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=e3a40f4886259ce8", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=f18ba212ba52309c", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=71ffeb260a3f4c86", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=6d4c9f9b5341b80c", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.37.0?package-id=7a1e5475a6b9d068", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.37.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.37.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/common@v0.39.0?package-id=d0c485735cd37c03", + "type": "library", + "name": "github.com/prometheus/common", + "version": "v0.39.0", + "cpe": "cpe:2.3:a:prometheus:common:v0.39.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/common@v0.39.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oOyhkDq05hPZKItWVBkJ6g6AtGxi+fy7F4JvUV8uhsI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=517e2a02fab50b0", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=496a90e5e6ab8991", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.7.3?package-id=2898ecea9a2de0cb", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.7.3", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.7.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=a985d878facf8edc", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=249cd19ca53db73e", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=d215412e37f0d2d8", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=3bfc601943fdc54", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.8.0?package-id=16b792a08e4be541", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.8.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.8.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/prometheus/procfs@v0.9.0?package-id=31acb7d581b255ce", + "type": "library", + "name": "github.com/prometheus/procfs", + "version": "v0.9.0", + "cpe": "cpe:2.3:a:prometheus:procfs:v0.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/prometheus/procfs@v0.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rakyll/hey@v0.1.4?package-id=4458cbbf73900517", + "type": "library", + "name": "github.com/rakyll/hey", + "version": "v0.1.4", + "cpe": "cpe:2.3:a:rakyll:hey:v0.1.4:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rakyll/hey@v0.1.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hhc8GIqHN4+rPFZvkM9lkCQGi7da0sINM83xxpFkbPA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.2.0?package-id=8144f56445512e25", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rivo/uniseg@v0.4.3?package-id=e2d15dbae8803a32", + "type": "library", + "name": "github.com/rivo/uniseg", + "version": "v0.4.3", + "cpe": "cpe:2.3:a:rivo:uniseg:v0.4.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rivo/uniseg@v0.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rs/zerolog@v1.29.0?package-id=d663f3347dca5153", + "type": "library", + "name": "github.com/rs/zerolog", + "version": "v1.29.0", + "cpe": "cpe:2.3:a:rs:zerolog:v1.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rs/zerolog@v1.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v0.0.0-20210614095031-55d5740dbbcc?package-id=52525ae9442b855a", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v0.0.0-20210614095031-55d5740dbbcc", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v0.0.0-20210614095031-55d5740dbbcc", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BD7uZqkN8CpjJtN/tScAKiccBikU4dlqe/gNrkRaPY4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0?package-id=3a945353cf28e4e3", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXMPLMd41sK7Tg75SXDec15k3zg5WNV6SjuDRiNfcU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0?package-id=ea97115aca228827", + "type": "library", + "name": "github.com/rubenv/sql-migrate", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fOXMPLMd41sK7Tg75SXDec15k3zg5WNV6SjuDRiNfcU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday@v1.5.2?package-id=9acaf92dc741ce47", + "type": "library", + "name": "github.com/russross/blackfriday", + "version": "v1.5.2", + "cpe": "cpe:2.3:a:russross:blackfriday:v1.5.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday@v1.5.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=2923ce2df0a88517", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=39fcd0ac6ae450d2", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=bbbcbaca910bde6e", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1?package-id=ebef2fd13289c314", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.0.1", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=783c7cece8d48505", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=9218c6e82e4a1e03", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0?package-id=85c20fb123988eb", + "type": "library", + "name": "github.com/russross/blackfriday/v2", + "version": "v2.1.0", + "cpe": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sahilm/fuzzy@v0.1.0?package-id=80fd6dd1558d8ba4", + "type": "library", + "name": "github.com/sahilm/fuzzy", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:sahilm:fuzzy:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sahilm/fuzzy@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FzWGaw2Opqyu+794ZQ9SYifWv2EIXpwP4q8dY1kDAwI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/seccomp/libseccomp-golang@v0.9.2-0.20220502022130-f33da4d89646?package-id=632aca43064af591", + "type": "library", + "name": "github.com/seccomp/libseccomp-golang", + "version": "v0.9.2-0.20220502022130-f33da4d89646", + "cpe": "cpe:2.3:a:seccomp:libseccomp-golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/seccomp/libseccomp-golang@v0.9.2-0.20220502022130-f33da4d89646", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:seccomp:libseccomp_golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002?package-id=2d89a2df25ebcb4e", + "type": "library", + "name": "github.com/serialx/hashring", + "version": "v0.0.0-20190422032157-8b2912629002", + "cpe": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002?package-id=7979f06277f87e02", + "type": "library", + "name": "github.com/serialx/hashring", + "version": "v0.0.0-20190422032157-8b2912629002", + "cpe": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ka9QPuQg2u4LGipiZGsgkg3rJCo4iIUCy75FddM0GRQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shirou/gopsutil@v3.21.4+incompatible?package-id=5591c59ac20fcbb0", + "type": "library", + "name": "github.com/shirou/gopsutil", + "version": "v3.21.4+incompatible", + "cpe": "cpe:2.3:a:shirou:gopsutil:v3.21.4\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shirou/gopsutil@v3.21.4+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fuHcTm5mX+wzo542cmYcV9RTGQLbnHLI5SyQ5ryTVck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=851d249f1a38ffad", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=9d11e39a9a7f8b2d", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shopspring/decimal@v1.2.0?package-id=8c72f75a900e6138", + "type": "library", + "name": "github.com/shopspring/decimal", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shopspring/decimal@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=6caf4fa5274c2446", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=ad2f7dba2a4c076d", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=1d7f89750a1176d3", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/shurcool/sanitized_anchor_name@v1.0.0?package-id=cbc556b8698fa904", + "type": "library", + "name": "github.com/shurcooL/sanitized_anchor_name", + "version": "v1.0.0", + "cpe": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=d287cb4602d62ebf", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=a1efff9acbc906f9", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=417c6f7b62a17900", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=4fb23f74137bf1f4", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=8fdce5fa52509538", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=66282bc4a65634cf", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=666d8e4c23db4cea", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.8.1?package-id=de6a68d0dd02e4a4", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=8a3610757176ecdd", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=100d1ef387b858ea", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=6b59cd355312678", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=2e60c0523d36fd34", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/sirupsen/logrus@v1.9.0?package-id=7d6554aafa5b2f92", + "type": "library", + "name": "github.com/sirupsen/logrus", + "version": "v1.9.0", + "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.6.0?package-id=f87ac1771af9c7b6", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:spf13:afero:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/afero@v1.9.3?package-id=73ddfd82d172fff5", + "type": "library", + "name": "github.com/spf13/afero", + "version": "v1.9.3", + "cpe": "cpe:2.3:a:spf13:afero:v1.9.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/afero@v1.9.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.3.1?package-id=88041036924b6a14", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.3.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.3.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.3.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.4.1?package-id=7b97d16610d322ee", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.4.1?package-id=f5d4f35448eb6448", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cast@v1.5.0?package-id=cd4299f8b09c28db", + "type": "library", + "name": "github.com/spf13/cast", + "version": "v1.5.0", + "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.1.3?package-id=5af24ed477f8e3d5", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.1.3", + "cpe": "cpe:2.3:a:spf13:cobra:v1.1.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.1.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.3.0?package-id=a986dde913a0650a", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.0?package-id=4978be4399625b53", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.0", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=a66613f12e22d4db", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=d9504935183192d4", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=5455d030bf8fefd4", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=41e4ba03c197b951", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/cobra@v1.6.1?package-id=b7b969ee8229f1bb", + "type": "library", + "name": "github.com/spf13/cobra", + "version": "v1.6.1", + "cpe": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/cobra@v1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=ddc981583f276ca7", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0?package-id=b9a9311ceecf9707", + "type": "library", + "name": "github.com/spf13/jwalterweatherman", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=d34aedefbcb16d46", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=da09faea830ce053", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=21d4d9e950181f73", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=f2e622f23898935", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=82c3caa5553020c5", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=f31da943d764b121", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/compose-switch" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.16.15" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose-switch" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=4e6943b48d166b7d", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=a5de43cefd9e0cff", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/pflag@v1.0.5?package-id=426c93465dfc809f", + "type": "library", + "name": "github.com/spf13/pflag", + "version": "v1.0.5", + "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.10.0?package-id=8ffcf085cd8a1176", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/spf13/viper@v1.15.0?package-id=b99d4a4eb32b15bd", + "type": "library", + "name": "github.com/spf13/viper", + "version": "v1.15.0", + "cpe": "cpe:2.3:a:spf13:viper:v1.15.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/spf13/viper@v1.15.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stefanberger/go-pkcs11uri@v0.0.0-20201008174630-78d3cae3a980?package-id=b75173237432cfd7", + "type": "library", + "name": "github.com/stefanberger/go-pkcs11uri", + "version": "v0.0.0-20201008174630-78d3cae3a980", + "cpe": "cpe:2.3:a:stefanberger:go-pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stefanberger/go-pkcs11uri@v0.0.0-20201008174630-78d3cae3a980", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stefanberger:go_pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.7.0?package-id=9765f6f38e7c362f", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.7.0", + "cpe": "cpe:2.3:a:stretchr:testify:v1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.1?package-id=9db509d7b28e68b0", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/stretchr/testify@v1.8.1?package-id=75186f2d798479e1", + "type": "library", + "name": "github.com/stretchr/testify", + "version": "v1.8.1", + "cpe": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/stretchr/testify@v1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.2.0?package-id=a1a3e35c03df99b", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/subosito/gotenv@v1.4.2?package-id=b3549f7306b21dc", + "type": "library", + "name": "github.com/subosito/gotenv", + "version": "v1.4.2", + "cpe": "cpe:2.3:a:subosito:gotenv:v1.4.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/subosito/gotenv@v1.4.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/syndtr/gocapability@v0.0.0-20200815063812-42c35b437635?package-id=b15ba4a659710559", + "type": "library", + "name": "github.com/syndtr/gocapability", + "version": "v0.0.0-20200815063812-42c35b437635", + "cpe": "cpe:2.3:a:syndtr:gocapability:v0.0.0-20200815063812-42c35b437635:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/syndtr/gocapability@v0.0.0-20200815063812-42c35b437635", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tchap/go-patricia@v2.2.6+incompatible?package-id=2dffa008de69c60d", + "type": "library", + "name": "github.com/tchap/go-patricia", + "version": "v2.2.6+incompatible", + "cpe": "cpe:2.3:a:tchap:go-patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tchap/go-patricia@v2.2.6+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tchap:go_patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.6.1?package-id=f4483e09cd8b44d0", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.6.1", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.6.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.7.0?package-id=f8730a31252e2e88", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/theupdateframework/notary@v0.7.0?package-id=d9e72120f0012fdd", + "type": "library", + "name": "github.com/theupdateframework/notary", + "version": "v0.7.0", + "cpe": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/theupdateframework/notary@v0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tilt-dev/fsnotify@v1.4.8-0.20220602155310-fff9c274a375?package-id=1f8010e875d18d6a", + "type": "library", + "name": "github.com/tilt-dev/fsnotify", + "version": "v1.4.8-0.20220602155310-fff9c274a375", + "cpe": "cpe:2.3:a:tilt-dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tilt-dev/fsnotify@v1.4.8-0.20220602155310-fff9c274a375", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tilt_dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tilt:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:QB54BJwA6x8QU9nHY3xJSZR2kX9bgpZekRKGkLTmEXA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.6?package-id=d60080181c03c5a7", + "type": "library", + "name": "github.com/tklauser/go-sysconf", + "version": "v0.3.6", + "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.6:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tklauser:go_sysconf:v0.3.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oc1sJWvKkmvIxhDHeKWvZS4f6AW+YcoguSfRF2/Hmo4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tklauser/numcpus@v0.2.2?package-id=1609eb46a9f889fc", + "type": "library", + "name": "github.com/tklauser/numcpus", + "version": "v0.2.2", + "cpe": "cpe:2.3:a:tklauser:numcpus:v0.2.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tklauser/numcpus@v0.2.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:oyhllyrScuYI6g+h/zUvNXNp1wy7x8qQy3t/piefldA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa?package-id=90c4428efb5e6668", + "type": "library", + "name": "github.com/tonistiigi/fsutil", + "version": "v0.0.0-20230105215944-fb433841cbfa", + "cpe": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa?package-id=45816e05803f2c93", + "type": "library", + "name": "github.com/tonistiigi/fsutil", + "version": "v0.0.0-20230105215944-fb433841cbfa", + "cpe": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XOFp/3aBXlqmOFAg3r6e0qQjPnK5I970LilqX+Is1W8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea?package-id=9c7b98d7a5cca7fd", + "type": "library", + "name": "github.com/tonistiigi/units", + "version": "v0.0.0-20180711220420-6950e57a87ea", + "cpe": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea?package-id=2ae993327ecbbaf5", + "type": "library", + "name": "github.com/tonistiigi/units", + "version": "v0.0.0-20180711220420-6950e57a87ea", + "cpe": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f?package-id=424d2143675d1f18", + "type": "library", + "name": "github.com/tonistiigi/vt100", + "version": "v0.0.0-20210615222946-8066bb97264f", + "cpe": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f?package-id=71cbc3cfac7f869", + "type": "library", + "name": "github.com/tonistiigi/vt100", + "version": "v0.0.0-20210615222946-8066bb97264f", + "cpe": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DLpt6B5oaaS8jyXHa9VA4rrZloBVPVXeCtrOsrFauxc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=23e6cf073a4b45cf", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=2395305ad44333c3", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=d8f6b4df898e568", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/urfave/cli@v1.22.1?package-id=20f7b00514180b1c", + "type": "library", + "name": "github.com/urfave/cli", + "version": "v1.22.1", + "cpe": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/urfave/cli@v1.22.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netlink@v1.1.0?package-id=e90cf098477cf1ea", + "type": "library", + "name": "github.com/vishvananda/netlink", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:vishvananda:netlink:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netlink@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netlink@v1.1.1-0.20210330154013-f5de75959ad5?package-id=c43b4d056cb2b83d", + "type": "library", + "name": "github.com/vishvananda/netlink", + "version": "v1.1.1-0.20210330154013-f5de75959ad5", + "cpe": "cpe:2.3:a:vishvananda:netlink:v1.1.1-0.20210330154013-f5de75959ad5:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netlink@v1.1.1-0.20210330154013-f5de75959ad5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20191106174202-0a2b9b5464df?package-id=3804feb1642fa08c", + "type": "library", + "name": "github.com/vishvananda/netns", + "version": "v0.0.0-20191106174202-0a2b9b5464df", + "cpe": "cpe:2.3:a:vishvananda:netns:v0.0.0-20191106174202-0a2b9b5464df:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20191106174202-0a2b9b5464df", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20210104183010-2eb08e3e575f?package-id=db5d9e04744db071", + "type": "library", + "name": "github.com/vishvananda/netns", + "version": "v0.0.0-20210104183010-2eb08e3e575f", + "cpe": "cpe:2.3:a:vishvananda:netns:v0.0.0-20210104183010-2eb08e3e575f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20210104183010-2eb08e3e575f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=15990af03e3de4e8", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=c5adeb98489385ce", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=4151e3b2b78cfca6", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f?package-id=574fbc1baa69c139", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20180127040702-4e3ac2762d5f", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=4e7eaac551022ada", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20190905194746-02993c407bfb", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb?package-id=8e6f23aeea474f79", + "type": "library", + "name": "github.com/xeipuuv/gojsonpointer", + "version": "v0.0.0-20190905194746-02993c407bfb", + "cpe": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=d3c97444782bf689", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1f054559127e7df", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1c01f2652e07cc74", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=7034dbf4b5e52030", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=f4fc13537c7d1e91", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415?package-id=1b0395fdfb468c32", + "type": "library", + "name": "github.com/xeipuuv/gojsonreference", + "version": "v0.0.0-20180127040603-bd5ef7bd5415", + "cpe": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=d15f1628fb04ef8d", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=8f0114a9837a871a", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=1a2b8dc126d29644", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=36d516b31bcce54e", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=43032162b0e118af", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0?package-id=af89d931e33757db", + "type": "library", + "name": "github.com/xeipuuv/gojsonschema", + "version": "v1.2.0", + "cpe": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca?package-id=3138d8edc5e6391b", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v0.0.0-20181112141820-a009c3971eca", + "cpe": "cpe:2.3:a:xlab:treeprint:v0.0.0-20181112141820-a009c3971eca:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=94131ab363541490", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=6dcac3d2292ed5c3", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/xlab/treeprint@v1.1.0?package-id=a3f5f6c31eaefed", + "type": "library", + "name": "github.com/xlab/treeprint", + "version": "v1.1.0", + "cpe": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/xlab/treeprint@v1.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/github.com/zclconf/go-cty@v1.10.0?package-id=4eb8e84b6177bb5b", + "type": "library", + "name": "github.com/zclconf/go-cty", + "version": "v1.10.0", + "cpe": "cpe:2.3:a:zclconf:go-cty:v1.10.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/github.com/zclconf/go-cty@v1.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zclconf:go_cty:v1.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=812f7819b9d5318f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "473" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04&package-id=73b7995c9480c1d1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-l10n", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-l10n/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-l10n.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "392" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=eebfdf06b6eb0bdb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg-utils", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "787" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gnupg2@2.2.27-3ubuntu2.1?arch=all&distro=ubuntu-22.04&package-id=1842fdbe17790a20", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gnupg2", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gnupg2:gnupg2:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gnupg2@2.2.27-3ubuntu2.1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gnupg2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gnupg2.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:golang/go.etcd.io/bbolt@v1.3.6?package-id=b7631e7610a88dc2", + "type": "library", + "name": "go.etcd.io/bbolt", + "version": "v1.3.6", + "purl": "pkg:golang/go.etcd.io/bbolt@v1.3.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.mozilla.org/pkcs7@v0.0.0-20200128120323-432b2356ecb1?package-id=83a1b4702587e637", + "type": "library", + "name": "go.mozilla.org/pkcs7", + "version": "v0.0.0-20200128120323-432b2356ecb1", + "purl": "pkg:golang/go.mozilla.org/pkcs7@v0.0.0-20200128120323-432b2356ecb1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.28.0?package-id=8cc3e7521f2937dd", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.28.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Ky1MObd188aGbgb5OgNnwGuEEwI9MVIcc7rBW6zk5Ak=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0?package-id=c6e57a0d3eff6511", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0?package-id=a1bd1618368caf4e", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:n9b7AAdbQtQ0k9dm0Dm2/KUcUqtG8i2O15KzNaDze8c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0?package-id=a82f4ea26b745ba4", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0?package-id=c58de597aed50806", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Wjp9vsVSIEyvdiaECfqxY9xBqQ7JaSCGtvHgR4doXZk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0?package-id=e0103f6c3ba3e1d3", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0?package-id=11acfb672d997dae", + "type": "library", + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "version": "v0.29.0", + "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SLme4Porm+UwX0DdHMxlwRt7FzPSE0sys81bet2o0pU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.13.0?package-id=cd8f84b649856ee2", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.13.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1ZAKnNQKwBBxFtww/GwxNUyTf0AxkZzrukO8MeXqe4Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.3.0?package-id=41cf869436c17efb", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.3.0", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:APxLf0eiBwLl+SOXiJJCVYzA1OOJNyAoV8C5RNRyy7Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel@v1.4.1?package-id=b62127c97908054a", + "type": "library", + "name": "go.opentelemetry.io/otel", + "version": "v1.4.1", + "purl": "pkg:golang/go.opentelemetry.io/otel@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.3.0?package-id=390aec786384d367", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1?package-id=f175a587ee5a40bc", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1?package-id=edae1f1dd66af2d8", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:imIM3vRDMyZK1ypQlQlO+brE22I9lRhJsBDXpDWjlz8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.3.0?package-id=267ed97f613190b6", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1?package-id=e4ca436cd6df1fa2", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1?package-id=3d0184635f694b8d", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WPpPsAAs8I2rA47v5u0558meKmmwm1Dj99ZbqCV8sZ8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.3.0?package-id=417344cf638f7fc0", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1?package-id=af8f83d97a11a41b", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1?package-id=3add78a9b11bf450", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AxqDiGk8CorEXStMDZF5Hz9vo9Z7ZZ+I5m8JRl/ko40=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.3.0?package-id=acfc21d28a357d3d", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1?package-id=4f26bb474fd3b16f", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1?package-id=76433ec20907d7a0", + "type": "library", + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8qOago/OqoFclMUUj/184tZyRdDZFpcejSjbk5Jrl6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0?package-id=ddaffe44c245f24a", + "type": "library", + "name": "go.opentelemetry.io/otel/internal/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0?package-id=5dbe1879fd2709ff", + "type": "library", + "name": "go.opentelemetry.io/otel/internal/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9dAVGAfFiiEq5NVB9FUJ5et+btbDQAUIJehJ+ikyryk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0?package-id=14496f533401df47", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0?package-id=501a452aa5f0476", + "type": "library", + "name": "go.opentelemetry.io/otel/metric", + "version": "v0.27.0", + "cpe": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HhJPsGhJoKRSegPQILFbODU56NS/L1UE4fS1sC5kIwQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.3.0?package-id=3e1264587ac372bd", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:sdk:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1?package-id=48ea76e1de3e3894", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1?package-id=8f923f001633f3b6", + "type": "library", + "name": "go.opentelemetry.io/otel/sdk", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J7EaW71E0v87qflB4cDolaqq3AcujGrtyIPGQoZOB0Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.13.0?package-id=9f52750f77a0bf81", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.13.0", + "cpe": "cpe:2.3:a:otel:trace:v1.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CBgRZ6ntv+Amuj1jDsMhZtlAPT6gbyIRdaIzFhfBSdY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.3.0?package-id=dc7e056bc17a8d3e", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.3.0", + "cpe": "cpe:2.3:a:otel:trace:v1.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:doy8Hzb1RJ+I3yFhtDmwNc7tIyw1tNMOIsyPzp1NOGY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/otel/trace@v1.4.1?package-id=34d9afee8410dfc6", + "type": "library", + "name": "go.opentelemetry.io/otel/trace", + "version": "v1.4.1", + "cpe": "cpe:2.3:a:otel:trace:v1.4.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.4.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.11.0?package-id=f6887693149944f9", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.11.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.11.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0?package-id=15818a762d835db1", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0?package-id=c27e27066e34018b", + "type": "library", + "name": "go.opentelemetry.io/proto/otlp", + "version": "v0.12.0", + "cpe": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:CMJ/3Wp7iOWES+CYLfnBv+DVmPbB+kmy9PJ92XvlR6c=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=8d89f3defafff526", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=5fffa5cb5b2552af", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=60f9ef82a2982906", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5?package-id=a537e78148929756", + "type": "library", + "name": "go.starlark.net", + "version": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "purl": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/go4.org/intern@v0.0.0-20220617035311-6925f38cc365?package-id=8aab8a564b62c904", + "type": "library", + "name": "go4.org/intern", + "version": "v0.0.0-20220617035311-6925f38cc365", + "purl": "pkg:golang/go4.org/intern@v0.0.0-20220617035311-6925f38cc365", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:t9hFvR102YlOqU0fQn1wgwhNvSbHGBbbJxX9JKfU3l0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20220617031537-928513b29760?package-id=2f78bdacf1af2c76", + "type": "library", + "name": "go4.org/unsafe/assume-no-moving-gc", + "version": "v0.0.0-20220617031537-928513b29760", + "cpe": "cpe:2.3:a:unsafe:assume-no-moving-gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*", + "purl": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20220617031537-928513b29760", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:unsafe:assume_no_moving_gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:FyBZqvoA/jbNzuAWLQE2kG820zMAkcilx6BMjGbL/E4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838?package-id=7720b19613651de2", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.0.0-20220131195533-30dcbda58838", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220131195533-30dcbda58838:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:71vQrMauZZhcTVK6KdYM+rklehEEwb3E+ZhaE5jrPrE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.0.0-20220315160706-3147a52a75dd?package-id=4642315a3a155cac", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.0.0-20220315160706-3147a52a75dd", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220315160706-3147a52a75dd:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.0.0-20220315160706-3147a52a75dd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.2.0?package-id=c1b9a3c59690b4cb", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.2.0?package-id=1e543a121c43473b", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.2.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:BRXPfhNivWL5Yq0BGQ39a2sW6t44aODpfxkWjYdzewE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=415e5bc0acb9000", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=b76aaa48060bcebc", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/crypto@v0.5.0?package-id=4cc2ba19c9691c22", + "type": "library", + "name": "golang.org/x/crypto", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/crypto@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20201224014010-6772e930b67b?package-id=2a2335e715ac9e90", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20201224014010-6772e930b67b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20201224014010-6772e930b67b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20201224014010-6772e930b67b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220107192237-5cfca573fb4d?package-id=b482a62b618c8844", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220107192237-5cfca573fb4d", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220107192237-5cfca573fb4d:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220107192237-5cfca573fb4d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:62NvYBuaanGXR2ZOfwDFkhhl6X1DUgf8qg3GuQvxZsE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=649bdad450d20b08", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=75c025ba0e3a8ca6", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b?package-id=bdfe8c6ed84f764b", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.0.0-20220722155237-a158d28d115b", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.3.1-0.20221206200815-1e63c2f08a10?package-id=b5209e67da60a806", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.3.1-0.20221206200815-1e63c2f08a10", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.3.1-0.20221206200815-1e63c2f08a10:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.3.1-0.20221206200815-1e63c2f08a10", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.4.0?package-id=81dffaee9a526a41", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.4.0?package-id=b585d902f32dfde8", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Q5QPcMlvfxFTAPV0+07Xz/MpK9NTXu2VDUuy0FeMfaU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=3bea5c9c87dda66b", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=2adc096e2ebdbcd7", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/net@v0.5.0?package-id=9a88229340c0b8c7", + "type": "library", + "name": "golang.org/x/net", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/net@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20210819190943-2bc19b11175f?package-id=d45ede760896fcf8", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20210819190943-2bc19b11175f", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20210819190943-2bc19b11175f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20210819190943-2bc19b11175f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20211104180415-d3ed0bb246c8?package-id=a388865665e03519", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20211104180415-d3ed0bb246c8", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20211104180415-d3ed0bb246c8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20211104180415-d3ed0bb246c8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=51ae8f07c7cead9a", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=e20539edc4ce6971", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b?package-id=262ab10523cccbf0", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20220223155221-ee480838109b", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783?package-id=fd324692a5773e9a", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20221014153046-6fdb5e3db783", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783?package-id=1d48e65e6ad4e6d2", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.0.0-20221014153046-6fdb5e3db783", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:nt+Q6cXKz4MosCSpnbMtqiQ8Oz0pxTef2B4Vca2lvfk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/oauth2@v0.4.0?package-id=7501c0cd313bd06e", + "type": "library", + "name": "golang.org/x/oauth2", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/oauth2:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/oauth2@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:NF0gk8LVPg1Ml7SSbGyySuoxdsXitj7TvgvuRxIMc/M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=7cde853306b4b814", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=317a46c812fac709", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=c0fc6e6851cd76ce", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=4e9727740027da2", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=856f9b2ef440d4ab", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c?package-id=308d457e0a4f7a5e", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.0.0-20210220032951-036812b2e83c", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=2c3c11fe4e48989a", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=953702031e4f9f57", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=1ebcab0c6669b649", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=36f4ce50e7910d71", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sync@v0.1.0?package-id=bd12f1040c18a4e0", + "type": "library", + "name": "golang.org/x/sync", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sync@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20211116061358-0a5406a5449c?package-id=ae68015b17e2dc1f", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20211116061358-0a5406a5449c", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20211116061358-0a5406a5449c:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20211116061358-0a5406a5449c", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a?package-id=9e542087e9efaf07", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220204135822-1c1b9b1eba6a", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220204135822-1c1b9b1eba6a:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ppl5mZgokTT8uPkmYOyEUmPTr3ypaKkg5eFOGrAmxxE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=8fe874f8b1cfc309", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=6634494dd7f7d609", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=776fbc7644979aa7", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=4f7269cd1ee947d8", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=22c428636dedb59f", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f?package-id=c75aa3aa752525db", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.0.0-20220722155257-8c9f86f7a55f", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.3.0?package-id=3930e55362dcae37", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.3.0?package-id=127a56fcccda2a7a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=2e1d9fc2daea064a", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=5231c2618416b1d1", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=795e1872460116c7", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/sys@v0.4.0?package-id=720b67328f81141d", + "type": "library", + "name": "golang.org/x/sys", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/sys@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211?package-id=181821a950ef6a9c", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.0.0-20210927222741-03fcf44c2211", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211?package-id=b222a1a8663cd809", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.0.0-20210927222741-03fcf44c2211", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=a30f179814d16f34", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=afde02e81411a04d", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.3.0?package-id=edc83802b8111523", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:qoo4akIqOcDME5bhc/NgxUdovd6BSS2uMsVjB56q1xI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=40d4a875bb5f6fc0", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=343adcaae13d7bb6", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/term@v0.4.0?package-id=85a114224825ce59", + "type": "library", + "name": "golang.org/x/term", + "version": "v0.4.0", + "cpe": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/term@v0.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=c4ddd0d4d0ea4845", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=b052d55fac91d1bd", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=be4b19eb9ff08211", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.3.7?package-id=a8bc69158eeb5851", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.3.7", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.3.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.5.0?package-id=ca80e380abc3ed66", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.5.0?package-id=66a7704474dc3d93", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.5.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.5.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=8b67cfdc12d8c0af", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=4a2a6eccaed3010a", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=e00911cc0242a091", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/text@v0.6.0?package-id=4a17cb1b42df39e4", + "type": "library", + "name": "golang.org/x/text", + "version": "v0.6.0", + "cpe": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/text@v0.6.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20210723032227-1f47c861a9ac?package-id=b4ead9afff81c6f1", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20210723032227-1f47c861a9ac", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20210723032227-1f47c861a9ac:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20210723032227-1f47c861a9ac", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20211116232009-f0f3c7e86c11?package-id=7cbfc7f0236d7fa0", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20211116232009-f0f3c7e86c11", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20211116232009-f0f3c7e86c11:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20211116232009-f0f3c7e86c11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:GZokNIeuVkl3aZHJchRrr13WCsols02MLUcz1U9is6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=d6de1f07537ec0e3", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vVKdlvoWBphwdxWKrFZEuM0kGgGLxUOYcY4U/2Vjg44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=4e3ac52c194633b2", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8?package-id=5c52f010528d2ce8", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.0.0-20220210224613-90d013bbcef8", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:vVKdlvoWBphwdxWKrFZEuM0kGgGLxUOYcY4U/2Vjg44=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.1.0?package-id=d50e02a477941cfa", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.1.0?package-id=b7c4e876692383f9", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.1.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.1.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xYY+Bajn2a7VBmTM5GikTmnK8ZuX8YgnQCqZpbBNtmA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/golang.org/x/time@v0.3.0?package-id=36cb2c9b7b592c18", + "type": "library", + "name": "golang.org/x/time", + "version": "v0.3.0", + "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/golang.org/x/time@v0.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=106d3f851b3ac7ab", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=d27768cb898bb114", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=5f53f8f26f278271", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=97903083964e2a6b", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=792c759d55de37a", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63?package-id=e2fd1c2891a8c264", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20200224152610-e50cd9704f63", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220107163113-42d7afdf6368?package-id=e693cb8ceb43ed94", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220107163113-42d7afdf6368", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220107163113-42d7afdf6368:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220107163113-42d7afdf6368", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Et6SkiuvnBn+SgrSYXs/BrUpGB4mbdwt4R3vaPIlicA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21?package-id=379a2157f3327f4e", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220502173005-c8bf987b8c21", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrbNEivu7Zn1pxvHk6MBrq9iE22woVILTHqexqBxe6I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21?package-id=c126db5bd000fe92", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20220502173005-c8bf987b8c21", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:hrbNEivu7Zn1pxvHk6MBrq9iE22woVILTHqexqBxe6I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e?package-id=31376aa3e572c607", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20221024183307-1bc688fe9f3e", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e?package-id=7bb797a5a05af3a2", + "type": "library", + "name": "google.golang.org/genproto", + "version": "v0.0.0-20221024183307-1bc688fe9f3e", + "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:S9GbmC1iCgvbLyAokVCwiO6tVIrU9Y7c5oMx1V/ki/Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.43.0?package-id=669fb92b7c0a8100", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.43.0", + "cpe": "cpe:2.3:a:google:grpc:v1.43.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.43.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Eeu7bZtDZ2DpRCsLhUlcrLnvYaMK1Gz86a+hMVvELmM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=8dff1c7d82f83d1f", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=ec58ae2cd6dbd8fa", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=772028b47c281bf8", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=2c2fc68d51b4ff6", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=428f0a88edbf8c0f", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.47.0?package-id=f3e1f3f090606442", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.47.0", + "cpe": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.47.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.49.0?package-id=2fc7e406f2add611", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.49.0", + "cpe": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.49.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WTLtQzmQori5FUH25Pq4WT22oCsv8USpQ+F6rqtsmxw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.49.0?package-id=3df549ec30da4325", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.49.0", + "cpe": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.49.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:WTLtQzmQori5FUH25Pq4WT22oCsv8USpQ+F6rqtsmxw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.50.1?package-id=9533749b9af6026c", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.50.1", + "cpe": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.50.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/grpc@v1.50.1?package-id=95657e3273b630d2", + "type": "library", + "name": "google.golang.org/grpc", + "version": "v1.50.1", + "cpe": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/grpc@v1.50.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:DS/BukOZWp8s6p4Dt/tOaJaTQyPyOoCcrjroHuCeLzY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.27.1?package-id=9c2cffeb66e3891f", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.27.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.27.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/runc" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/opencontainers/runc" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.27.1?package-id=dc980c6d95a9afc9", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.27.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.27.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=29f27eda0449e2d5", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=b913e6875dbc6e98", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=cc63344ee4d5e084", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v1" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=603da22d6678228d", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-shim-runc-v2" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=ad5b5724080dc619", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd-stress" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.0?package-id=e59e769bce1a29d1", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.0", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/ctr" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=34316f8ed1d1f4fa", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=bcc945e9e50c4c6f", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=61fc31d70b94665", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=2bfce1f6228898cd", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=b83f9b01fbb44799", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/google.golang.org/protobuf@v1.28.1?package-id=692b634187b42f41", + "type": "library", + "name": "google.golang.org/protobuf", + "version": "v1.28.1", + "cpe": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/google.golang.org/protobuf@v1.28.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/gorp.v1@v1.7.2?package-id=eda30d5b4b9e71a5", + "type": "library", + "name": "gopkg.in/gorp.v1", + "version": "v1.7.2", + "purl": "pkg:golang/gopkg.in/gorp.v1@v1.7.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=5b06e1cdbcee2158", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=aff75007dd67c0a1", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=664aaca3cd809af", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=7a59f9448f89e0e3", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=3dff5de35546445b", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=725e6db0fcc1ea26", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=1490aa7877554440", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/inf.v0@v0.9.1?package-id=d39aaa9676afb658", + "type": "library", + "name": "gopkg.in/inf.v0", + "version": "v0.9.1", + "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.66.2?package-id=744a60b839c5d143", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.66.2", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.66.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/ini.v1@v1.67.0?package-id=102902bbc94f7399", + "type": "library", + "name": "gopkg.in/ini.v1", + "version": "v1.67.0", + "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/square/go-jose.v2@v2.5.1?package-id=6ef2fed6f54f3b47", + "type": "library", + "name": "gopkg.in/square/go-jose.v2", + "version": "v2.5.1", + "purl": "pkg:golang/gopkg.in/square/go-jose.v2@v2.5.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=eb5338e9605df330", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=92d9d5f0f07351eb", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=31587870c25b9ad9", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=73cb7c0ab552dbf8", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=bf18370c140f7d90", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=7243bbf91bbf6f58", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=77c061dd5c2a83c8", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v2@v2.4.0?package-id=90066c0afcd64dff", + "type": "library", + "name": "gopkg.in/yaml.v2", + "version": "v2.4.0", + "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b?package-id=40c0462f16fe5844", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.0-20210107192922-496545a6307b", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=7491f8d7ead3f911", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=e6a9641c7588f8b1", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=b13bb8a933828141", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=90b0987413c1107", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=1f7cdb9e1f65b694", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/gopkg.in/yaml.v3@v3.0.1?package-id=8c8fc60788ed45f1", + "type": "library", + "name": "gopkg.in/yaml.v3", + "version": "v3.0.1", + "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=fc36f89641d029c3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1121" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=8201a544a61dd70e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-agent", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-agent/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-agent.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/gpg-agent.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "595" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=a6b0976c08fb560e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-client", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-client.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "184" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=6749331b6287aa86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpg-wks-server", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpg-wks-server/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpg-wks-server.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "168" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=f11efcc4421a57ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgconf", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgconf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgconf.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "280" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=3317ca8f5d4bee31", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgsm", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgsm/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgsm.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "480" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04&package-id=3559a32b1e002164", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gpgv", + "version": "2.2.27-3ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "RFC-Reference" + } + }, + { + "license": { + "name": "TinySCHEME" + } + }, + { + "license": { + "name": "permissive" + } + } + ], + "cpe": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gpgv/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gpgv.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "324" + }, + { + "name": "syft:metadata:source", + "value": "gnupg2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a1e12867bd46b383", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "grep", + "version": "3.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/grep/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/grep.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "496" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/groff-base@1.22.4-8build1?arch=amd64&upstream=groff&distro=ubuntu-22.04&package-id=ebc2d77550a62e35", + "type": "library", + "publisher": "Colin Watson ", + "name": "groff-base", + "version": "1.22.4-8build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:groff-base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/groff-base@1.22.4-8build1?arch=amd64&upstream=groff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff-base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff_base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff_base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:groff:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/groff-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/groff-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/groff-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3444" + }, + { + "name": "syft:metadata:source", + "value": "groff" + } + ] + }, + { + "bom-ref": "pkg:pypi/grpc-stubs@1.24.11?package-id=3b10fc1b8fcd2faf", + "type": "library", + "author": "Blake Williams ", + "name": "grpc-stubs", + "version": "1.24.11", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:blake_williams_project:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grpc-stubs@1.24.11", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams_project:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williamsproject:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williamsproject:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc-stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc-stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc_stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc_stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams_project:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams_project:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williamsproject:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williamsproject:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_project:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_project:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codeproject:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codeproject:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc-stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc-stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc_stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc_stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:blake_williams:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_project:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_project:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codeproject:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:codeproject:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/grpcio@1.48.2?package-id=29be9313262e3d50", + "type": "library", + "author": "The gRPC Authors ", + "name": "grpcio", + "version": "1.48.2", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:grpc_authors_project:python-grpcio:1.48.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grpcio@1.48.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/grpcio-tools@1.48.2?package-id=35cf6d8e4fcd2865", + "type": "library", + "author": "The gRPC Authors ", + "name": "grpcio-tools", + "version": "1.48.2", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:grpc_authors_project:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/grpcio-tools@1.48.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio-tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio-tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio_tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio_tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors_project:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authorsproject:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio-tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio-tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio_tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio_tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio-tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio-tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio_tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio_tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io_project:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_ioproject:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_authors:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio-tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio-tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio_tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio_tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc-io:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpc_io:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=d9143c7d1d4d6f22", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "gzip", + "version": "1.10-4ubuntu4.1", + "licenses": [ + { + "license": { + "name": "FSF-manpages" + } + }, + { + "license": { + "name": "GFDL-1.3+-no-invariant" + } + }, + { + "license": { + "name": "GFDL-3" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/gzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "240" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v0.0.0-20230208170233-293b50c65d4d?package-id=f5e3dbe2511d1f1f", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v0.0.0-20230208170233-293b50c65d4d", + "cpe": "cpe:2.3:a:helm:v3:v0.0.0-20230208170233-293b50c65d4d:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v0.0.0-20230208170233-293b50c65d4d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "293b50c65d4d56187cd4e2f390f0ada46b4c4737" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-02-08T17:02:33Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v3.11.1?package-id=ebb6e15ba3a0c258", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v3.11.1", + "cpe": "cpe:2.3:a:helm:v3:v3.11.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v3.11.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cmL9fFohOoNQf+wnp2Wa0OhNFH0KFnSzEkVxi3fcc3I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/helm.sh/helm/v3@v3.8.1?package-id=8e58664f2f8df010", + "type": "library", + "name": "helm.sh/helm/v3", + "version": "v3.8.1", + "cpe": "cpe:2.3:a:helm:v3:v3.8.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/helm.sh/helm/v3@v3.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:J1EzhvtvKJRdx9skjUVe5xPN7KK2VA1mVxiQ9Ic5+oU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=c7d6ba7eac1f8093", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "hostname", + "version": "3.23ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/hostname/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/hostname.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "51" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/htop@3.0.5-7build2?arch=amd64&distro=ubuntu-22.04&package-id=d9c8bb41043f314", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "htop", + "version": "3.0.5-7build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:htop:htop:3.0.5-7build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/htop@3.0.5-7build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/htop/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/htop.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "334" + } + ] + }, + { + "bom-ref": "pkg:pypi/identify@2.5.9?package-id=637836ec0c16af8e", + "type": "library", + "author": "Chris Kuehl ", + "name": "identify", + "version": "2.5.9", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:chris_kuehl_project:python-identify:2.5.9:*:*:*:*:*:*:*", + "purl": "pkg:pypi/identify@2.5.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl_project:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl_project:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehlproject:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl_project:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehlproject:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:chris_kuehl:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ckuehl:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/idna@3.4?package-id=e501058077e91f5c", + "type": "library", + "author": "Kim Davies ", + "name": "idna", + "version": "3.4", + "cpe": "cpe:2.3:a:kim_davies_\\", + "name": "iniconfig", + "version": "1.1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/iniconfig@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/iniconfig-1.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/iniconfig-1.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/iniconfig-1.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/iniconfig@1.1.1?package-id=34df03ba5177c024", + "type": "library", + "author": "Ronny Pfannschmidt, Holger Krekel ", + "name": "iniconfig", + "version": "1.1.1", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/iniconfig@1.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekelproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ronny_pfannschmidt\\,_holger_krekel:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource_project:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensourceproject:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:opensource:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:iniconfig:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:iniconfig:1.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/iniconfig-1.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=22d41b53ee109861", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "init-system-helpers", + "version": "1.62", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/init-system-helpers/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/init-system-helpers.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=c695ce3d4b9af080", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "iproute2", + "version": "5.15.0-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:iproute2:iproute2:5.15.0-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/iproute2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/iproute2.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/iproute2.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2880" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=ced248e8f1a4316c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "iptables", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/iptables/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/iptables.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2837" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/javascript-common@11+nmu1?arch=all&distro=ubuntu-22.04&package-id=906cdb26686bfb84", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "javascript-common", + "version": "11+nmu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:javascript-common:javascript-common:11\\+nmu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/javascript-common@11+nmu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javascript-common:javascript_common:11\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javascript_common:javascript-common:11\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javascript_common:javascript_common:11\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javascript:javascript-common:11\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:javascript:javascript_common:11\\+nmu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/javascript-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/javascript-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/javascript-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "33" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/jq@1.6-2.1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=a74daec4c456ade4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "jq", + "version": "1.6-2.1ubuntu3", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:jq:jq:1.6-2.1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/jq@1.6-2.1ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/jq/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/jq.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.4?package-id=6d7935bb960e19df", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/api@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.4?package-id=6ed5a091260c12cb", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/api@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:UvyHW0ezB2oIgHAxlYoo6UJQObYXU7awuNarwoHEOjw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.22.5?package-id=72f1f38308318010", + "type": "library", + "name": "k8s.io/api", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/api@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.23.4?package-id=379882840bbbb1b8", + "type": "library", + "name": "k8s.io/api", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/api@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.26.0?package-id=522c084d087dcc3e", + "type": "library", + "name": "k8s.io/api", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/api@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:IpPlZnxBpV1xl7TGk/X6lFtpgjgntCg8PJ+qrPHAC7I=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/api@v0.26.1?package-id=2d162c6ba9508439", + "type": "library", + "name": "k8s.io/api", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/api@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.23.4?package-id=1e12940027606517", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:AFDUEu/yEf0YnuZhqhIFhPLPhhcQQVuR1u3WCh0rveU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.0?package-id=a1b56e9372aa9203", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Gy93Xo1eg2ZIkNX/8vy5xviVSxwQulsnUdQ00nEdpDo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.1?package-id=f7eaf30b759c3c40", + "type": "library", + "name": "k8s.io/apiextensions-apiserver", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apiextensions-apiserver@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:cB8h1SRk6e/+i3NOrQgSFij1B2S0Y0wDoNl66bn8RMI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.4?package-id=bd496c15614e5c5b", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.4?package-id=8d6d4b076eaecb28", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9uwcvPpukBw/Ri0EUmWz+49cnFtaoiyEhQTK+xOe7Ck=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.22.5?package-id=d9e6c7d5124b6685", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/apimachinery@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.23.4?package-id=cd0de411ad0e5471", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apimachinery@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.0?package-id=edc5d28e46b2bfd9", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:1feANjElT7MvPqp0JT6F3Ss6TWDwmcjLypwoPpEf7zg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.1?package-id=16c29076d090ca0", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apimachinery@v0.26.1?package-id=9599bb69d72405f5", + "type": "library", + "name": "k8s.io/apimachinery", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apimachinery@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.22.5?package-id=e98c5213b0631d34", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/apiserver@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.23.4?package-id=9794e506fcd4bb8c", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/apiserver@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:zNvQlG+C/ERjuUz4p7eY/0IWHaMixRSBoxgmyIdwo9Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.26.0?package-id=2e208ed7fa0dc067", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/apiserver@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:q+LqIK5EZwdznGZb8bq0+a+vCqdeEEe4Ux3zsOjbc4o=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/apiserver@v0.26.1?package-id=c1f514a830908a47", + "type": "library", + "name": "k8s.io/apiserver", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/apiserver@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:6vmnAqCDO194SVCPU3MU8NcDgSqsUA62tBUSWrFXhsc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.23.4?package-id=5cec23aaf4eb9756", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:C3AFQmo4TK4dlVPLOI62gtHEHu0OfA2Cp4UVRZ1JXns=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.26.0?package-id=4bc180b328e2e9f9", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aQHa1SyUhpqxAw1fY21x2z2OS5RLtMJOCj7tN4oq8mw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cli-runtime@v0.26.1?package-id=2d6484b57e469c5c", + "type": "library", + "name": "k8s.io/cli-runtime", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/cli-runtime@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:f9+bRQ1V3elQsx37KmZy5fRAh56mVLbE9A7EMdlqVdI=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.4?package-id=d8d12744b8d08d04", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/client-go@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.4?package-id=5a3cde42863b961d", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.4", + "purl": "pkg:golang/k8s.io/client-go@v0.22.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:aAQ1Wk+I3bjCNk35YWUqbaueqrIonkfDPJSPDDe8Kfg=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.22.5?package-id=d22657794eab658e", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/client-go@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.23.4?package-id=f6df4b93f6f52d9f", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/client-go@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.0?package-id=4a63d751a7479e7f", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/client-go@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:lT1D3OfO+wIi9UFolCrifbjUUgu7CpLca0AD8ghRLI8=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.1?package-id=a9ce03caedb0dd84", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/client-go@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/client-go@v0.26.1?package-id=b5515a39528961c4", + "type": "library", + "name": "k8s.io/client-go", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/client-go@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.22.5?package-id=c449a149ed6d4404", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.22.5", + "purl": "pkg:golang/k8s.io/component-base@v0.22.5", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.23.4?package-id=5c554f5e21564557", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/component-base@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:SziYh48+QKxK+ykJ3Ejqd98XdZIseVBG7sBaNLPqy6M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.26.0?package-id=968ffbdede573343", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/component-base@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0IkChOCohtDHttmKuz+EP3j3+qKmV55rM9gIFTXA7Vs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/component-base@v0.26.1?package-id=8c8f92654af669b0", + "type": "library", + "name": "k8s.io/component-base", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/component-base@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:4ahudpeQXHZL5kko+iDHqLj/FSGAEUnSVO0EBbgDd+4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/cri-api@v0.25.0?package-id=b4cda42bebdebec9", + "type": "library", + "name": "k8s.io/cri-api", + "version": "v0.25.0", + "purl": "pkg:golang/k8s.io/cri-api@v0.25.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/helm@v2.16.10+incompatible?package-id=6dc584313db8bd41", + "type": "library", + "name": "k8s.io/helm", + "version": "v2.16.10+incompatible", + "purl": "pkg:golang/k8s.io/helm@v2.16.10+incompatible", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:eFksERw3joHEL62TrcDX8I5fgEQJvit4qxxPXAkYTyQ=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=8f1102c3884c6c6c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=bc3a9487cf8c4d4f", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.30.0?package-id=4de1f971f3bc515d", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.30.0", + "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.60.1?package-id=9e8dc2293f6a288c", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.60.1", + "cpe": "cpe:2.3:a:klog:v2:v2.60.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.60.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VW25q3bZx9uE3vvdL6M8ezOX79vA2Aq1nEWLqNQclHc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.80.1?package-id=aa6597c2c1cf36d9", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.80.1", + "cpe": "cpe:2.3:a:klog:v2:v2.80.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.80.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.80.1?package-id=4943dd88a9588b51", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.80.1", + "cpe": "cpe:2.3:a:klog:v2:v2.80.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.80.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.90.0?package-id=e101cd211e9192c5", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.90.0", + "cpe": "cpe:2.3:a:klog:v2:v2.90.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.90.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VkTxIV/FjRXn1fgNNcKGM8cfmL1Z33ZjXRTVxKCoF5M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/klog/v2@v2.90.0?package-id=e026aa9980167397", + "type": "library", + "name": "k8s.io/klog/v2", + "version": "v2.90.0", + "cpe": "cpe:2.3:a:klog:v2:v2.90.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/k8s.io/klog/v2@v2.90.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:VkTxIV/FjRXn1fgNNcKGM8cfmL1Z33ZjXRTVxKCoF5M=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65?package-id=50973f06a490b5ad", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20211115234752-e816edb12b65", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=867752747612dce9", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+70TFaan3hfJzs+7VK2o+OGxg8HsuBr/5f6tVAjDu6E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=22500c0b96101772", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280?package-id=74a265da9fce2942", + "type": "library", + "name": "k8s.io/kube-openapi", + "version": "v0.0.0-20221012153701-172d655c2280", + "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20221012153701-172d655c2280", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:+70TFaan3hfJzs+7VK2o+OGxg8HsuBr/5f6tVAjDu6E=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.23.4?package-id=ca78b8dfc09cb684", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.23.4", + "purl": "pkg:golang/k8s.io/kubectl@v0.23.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:mAa+zEOlyZieecEy+xSrhjkpMcukYyHWzcNdX28dzMY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.26.0?package-id=b7590c19ce33a461", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.26.0", + "purl": "pkg:golang/k8s.io/kubectl@v0.26.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:xmrzoKR9CyNdzxBmXV7jW9Ln8WMrwRK6hGbbf69o4T0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubectl@v0.26.1?package-id=c5f6a650c0f25d12", + "type": "library", + "name": "k8s.io/kubectl", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/kubectl@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:K8A0Jjlwg8GqrxOXxAbjY5xtmXYeYjLU96cHp2WMQ7s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/kubernetes@v0.0.0-20230118155124-8f94681cd294?package-id=743124bd51da295a", + "type": "library", + "name": "k8s.io/kubernetes", + "version": "v0.0.0-20230118155124-8f94681cd294", + "purl": "pkg:golang/k8s.io/kubernetes@v0.0.0-20230118155124-8f94681cd294", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:-asmflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes" + }, + { + "name": "syft:metadata:goBuildSettings:-compiler", + "value": "gc" + }, + { + "name": "syft:metadata:goBuildSettings:-gcflags", + "value": "all=-trimpath=/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes " + }, + { + "name": "syft:metadata:goBuildSettings:-ldflags", + "value": "all=-X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/client-go/pkg/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/component-base/version.buildDate=2023-01-18T15:58:16Z' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/client-go/pkg/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/component-base/version.gitCommit=8f94681cd294aa8cfd3407b8191f6c70214973a4' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/client-go/pkg/version.gitTreeState=clean' -X 'k8s.io/component-base/version.gitTreeState=clean' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=v1.26.1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=v1.26.1' -X 'k8s.io/client-go/pkg/version.gitVersion=v1.26.1' -X 'k8s.io/component-base/version.gitVersion=v1.26.1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/client-go/pkg/version.gitMajor=1' -X 'k8s.io/component-base/version.gitMajor=1' -X 'k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=26' -X 'k8s.io/client-go/pkg/version.gitMinor=26' -X 'k8s.io/component-base/version.gitMinor=26' -s -w" + }, + { + "name": "syft:metadata:goBuildSettings:-tags", + "value": "selinux,notest" + }, + { + "name": "syft:metadata:goBuildSettings:CGO_ENABLED", + "value": "0" + }, + { + "name": "syft:metadata:goBuildSettings:GOAMD64", + "value": "v1" + }, + { + "name": "syft:metadata:goBuildSettings:GOARCH", + "value": "amd64" + }, + { + "name": "syft:metadata:goBuildSettings:GOOS", + "value": "linux" + }, + { + "name": "syft:metadata:goBuildSettings:vcs", + "value": "git" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.modified", + "value": "false" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.revision", + "value": "8f94681cd294aa8cfd3407b8191f6c70214973a4" + }, + { + "name": "syft:metadata:goBuildSettings:vcs.time", + "value": "2023-01-18T15:51:24Z" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/metrics@v0.26.1?package-id=8493a9b15403ef6b", + "type": "library", + "name": "k8s.io/metrics", + "version": "v0.26.1", + "purl": "pkg:golang/k8s.io/metrics@v0.26.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iB+QdMLa2V70a7zb0XYEcaUpPM0y+p4fZN0UtxcPHLk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b?package-id=f7736181973fd0fc", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20210930125809-cb0fa318a74b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b?package-id=48a782b247e8f41e", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20210930125809-cb0fa318a74b", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20210930125809-cb0fa318a74b", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed?package-id=59d5d63577fade1c", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20211116205334-6203023598ed", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9?package-id=45707dfe4aaf3689", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20220210201930-3a6ce19ff2f9", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20220210201930-3a6ce19ff2f9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=a8707161a299458e", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=1602f95aa9ae720b", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d?package-id=fcb80165932136c0", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20221107191617-1a15be271d1d", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20221107191617-1a15be271d1d", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/k8s.io/utils@v0.0.0-20230115233650-391b47cb4029?package-id=9e249f111933e13a", + "type": "library", + "name": "k8s.io/utils", + "version": "v0.0.0-20230115233650-391b47cb4029", + "purl": "pkg:golang/k8s.io/utils@v0.0.0-20230115233650-391b47cb4029", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:L8zDtT4jrxj+TaQYD0k8KNlr556WaVQylDXswKmX+dE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/kubectl@1.26.1-00?arch=amd64&distro=ubuntu-22.04&package-id=29f397d248891523", + "type": "library", + "publisher": "Kubernetes Authors ", + "name": "kubectl", + "version": "1.26.1-00", + "cpe": "cpe:2.3:a:kubectl:kubectl:1.26.1-00:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/kubectl@1.26.1-00?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/kubectl.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46901" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=93eada253cdfdce2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "less", + "version": "590-1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:less:less:590-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/less@590-1ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/less/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/less.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "321" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04&package-id=e36ca98cf3d2e3e7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libacl1", + "version": "2.3.1-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&upstream=acl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libacl1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libacl1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "67" + }, + { + "name": "syft:metadata:source", + "value": "acl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-diff-perl@1.201-1?arch=all&distro=ubuntu-22.04&package-id=9194f931d5e3747f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-diff-perl", + "version": "1.201-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-diff-perl:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-diff-perl@1.201-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-perl:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_perl:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_perl:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-diff-perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_diff_perl:1.201-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-diff-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-diff-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "127" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-diff-xs-perl@0.04-6build3?arch=amd64&distro=ubuntu-22.04&package-id=b483ec00ed51099d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-diff-xs-perl", + "version": "0.04-6build3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-diff-xs-perl:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-diff-xs-perl@0.04-6build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs-perl:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs_perl:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs_perl:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff-xs:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff_xs:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-diff:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_diff:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-diff-xs-perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_diff_xs_perl:0.04-6build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-diff-xs-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-diff-xs-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libalgorithm-merge-perl@0.08-3?arch=all&distro=ubuntu-22.04&package-id=a2f647db1ad9e9e8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libalgorithm-merge-perl", + "version": "0.08-3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libalgorithm-merge-perl:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libalgorithm-merge-perl@0.08-3?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge-perl:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge_perl:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge_perl:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm-merge:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm_merge:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm-merge-perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libalgorithm:libalgorithm_merge_perl:0.08-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libalgorithm-merge-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libalgorithm-merge-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "42" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04&package-id=a4930b96844435af", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libapt-pkg6.0", + "version": "2.4.8", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPLv2+" + } + } + ], + "cpe": "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libapt-pkg6.0@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt-pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libapt:libapt_pkg6.0:2.4.8:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libapt-pkg6.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libapt-pkg6.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3181" + }, + { + "name": "syft:metadata:source", + "value": "apt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libasan6@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=411d8da7c88933d4", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libasan6", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libasan6:libasan6:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libasan6@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libasan6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7518" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04&package-id=37c0b9fa68b59917", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libassuan0", + "version": "2.5.5-1build1", + "licenses": [ + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GAP~FSF" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&upstream=libassuan&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libassuan0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libassuan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libassuan" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatm1@1:2.5.1-4build2?arch=amd64&upstream=linux-atm&distro=ubuntu-22.04&package-id=b79c3974d9f14090", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libatm1", + "version": "1:2.5.1-4build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libatm1:libatm1:1\\:2.5.1-4build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatm1@1:2.5.1-4build2?arch=amd64&upstream=linux-atm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libatm1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "linux-atm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libatomic1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=c071a1b36d1a2f92", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libatomic1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libatomic1:libatomic1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libatomic1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libatomic1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04&package-id=7c5feb1573dd8856", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libattr1", + "version": "1:2.5.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libattr1@1:2.5.1-1build1?arch=amd64&upstream=attr&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libattr1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libattr1:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "57" + }, + { + "name": "syft:metadata:source", + "value": "attr" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04&package-id=53bc42ca53d3a920", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit-common", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit-common@1:3.0.7-1build1?arch=all&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libaudit-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "23" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04&package-id=63cf8b27e242d2be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libaudit1", + "version": "1:3.0.7-1build1", + "licenses": [ + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libaudit1@1:3.0.7-1build1?arch=amd64&upstream=audit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libaudit1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libaudit1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "156" + }, + { + "name": "syft:metadata:source", + "value": "audit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=1def718bd47c1346", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbinutils", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libbinutils:libbinutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbinutils@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbinutils:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2776" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=72e762414d748ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libblkid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libblkid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libblkid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "323" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbpf0@1:0.5.0-1ubuntu22.04.1?arch=amd64&upstream=libbpf%400.5.0-1ubuntu22.04.1&distro=ubuntu-22.04&package-id=848857939f37516f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbpf0", + "version": "1:0.5.0-1ubuntu22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libbpf0:libbpf0:1\\:0.5.0-1ubuntu22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbpf0@1:0.5.0-1ubuntu22.04.1?arch=amd64&upstream=libbpf%400.5.0-1ubuntu22.04.1&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbpf0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbpf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "344" + }, + { + "name": "syft:metadata:source", + "value": "libbpf" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "0.5.0-1ubuntu22.04.1" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04&package-id=4356b8ad98203f93", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbrotli1", + "version": "1.0.9-2build6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&upstream=brotli&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbrotli1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbrotli1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "784" + }, + { + "name": "syft:metadata:source", + "value": "brotli" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04&package-id=951020655072b95e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbsd0", + "version": "0.11.5-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2-clause-author" + } + }, + { + "license": { + "name": "BSD-2-clause-verbatim" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-John-Birrell" + } + }, + { + "license": { + "name": "BSD-3-clause-Regents" + } + }, + { + "license": { + "name": "BSD-3-clause-author" + } + }, + { + "license": { + "name": "BSD-4-clause-Christopher-G-Demetriou" + } + }, + { + "license": { + "name": "BSD-4-clause-Niels-Provos" + } + }, + { + "license": { + "name": "BSD-5-clause-Peter-Wemm" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC-Original" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&upstream=libbsd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbsd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbsd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "136" + }, + { + "name": "syft:metadata:source", + "value": "libbsd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04&package-id=d350fa44cb5c0026", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libbz2-1.0", + "version": "1.0.8-5build1", + "licenses": [ + { + "license": { + "name": "BSD-variant" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&upstream=bzip2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libbz2-1.0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libbz2-1.0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "bzip2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=d951c2792afc7105", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-bin", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-bin.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc-bin.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2537" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=ee497784ea46d1e1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-dev-bin", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-dev-bin:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-dev-bin@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev-bin:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev_bin:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-dev:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_dev:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-dev-bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_dev_bin:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-dev-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-dev-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "298" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc-devtools@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=f7e426a495ef15a1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc-devtools", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc-devtools:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc-devtools@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc-devtools:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_devtools:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc_devtools:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc-devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc:libc_devtools:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc-devtools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc-devtools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "350" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=a43fd7d512a4e762", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libc6:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13592" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04&package-id=8417ac1af853e4c5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libc6-dev", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libc6-dev:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libc6-dev@2.35-0ubuntu3.1?arch=amd64&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6-dev:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6_dev:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6-dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libc6:libc6_dev:2.35-0ubuntu3.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libc6-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libc6-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13037" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04&package-id=684d6d2ff9f9bd7e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap-ng0", + "version": "0.7.9-2.2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&upstream=libcap-ng&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap-ng0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap-ng0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap-ng" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2@1:2.44-1build3?arch=amd64&distro=ubuntu-22.04&package-id=79dca9caf475547b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2:libcap2:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2@1:2.44-1build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "65" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcap2-bin@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04&package-id=3db991fd0d27ae13", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcap2-bin", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libcap2-bin:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcap2-bin@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2-bin:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2_bin:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2_bin:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2:libcap2-bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcap2:libcap2_bin:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcap2-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcap2-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "libcap2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04&package-id=f5f5ee0c3f5519cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcbor0.8", + "version": "0.8.0-2ubuntu1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libcbor0.8:libcbor0.8:0.8.0-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&upstream=libcbor&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcbor0.8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcbor0.8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "libcbor" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcc1-0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=3c4df52f0b9555c9", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libcc1-0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libcc1-0:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcc1-0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1-0:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1_0:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1-0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcc1:libcc1_0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcc1-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "144" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=8230a781d47c55c9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcom-err2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcom-err2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcom-err2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "101" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=7cc6330360667a2d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt-dev", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt-dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt-dev@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt-dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt_dev:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt-dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcrypt:libcrypt_dev:1\\:4.4.27-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04&package-id=240e0b3b3eada1f7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcrypt1", + "version": "1:4.4.27-1", + "cpe": "cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcrypt1@1:4.4.27-1?arch=amd64&upstream=libxcrypt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcrypt1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcrypt1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "225" + }, + { + "name": "syft:metadata:source", + "value": "libxcrypt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=408be6010bd281a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf-nobfd0", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf-nobfd0:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf-nobfd0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf-nobfd0:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf_nobfd0:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf-nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libctf:libctf_nobfd0:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libctf-nobfd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf-nobfd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04&package-id=61ced2d21aa2750", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libctf0", + "version": "2.38-4ubuntu2.1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libctf0:libctf0:2.38-4ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libctf0@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/binutils-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libctf0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "239" + }, + { + "name": "syft:metadata:source", + "value": "binutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=3afe8eda94e7e2a0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl3-gnutls", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl3-gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl3-gnutls@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3-gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3_gnutls:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3-gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libcurl3:libcurl3_gnutls:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl3-gnutls/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl3-gnutls:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "766" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04&package-id=c8baff5ac7a7534f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libcurl4", + "version": "7.81.0-1ubuntu1.7", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "curl" + } + }, + { + "license": { + "name": "other" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.7?arch=amd64&upstream=curl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libcurl4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libcurl4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "782" + }, + { + "name": "syft:metadata:source", + "value": "curl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04&package-id=2d2912b6d81e54ef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdb5.3", + "version": "5.3.28+dfsg1-0.8ubuntu3", + "cpe": "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdb5.3@5.3.28+dfsg1-0.8ubuntu3?arch=amd64&upstream=db5.3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdb5.3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdb5.3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1750" + }, + { + "name": "syft:metadata:source", + "value": "db5.3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04&package-id=12a28ef95504058f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdebconfclient0", + "version": "0.261ubuntu1", + "cpe": "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&upstream=cdebconf&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdebconfclient0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdebconfclient0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "79" + }, + { + "name": "syft:metadata:source", + "value": "cdebconf" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04&package-id=c7ab9937dc92561", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdeflate0", + "version": "1.10-2", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libdeflate0:libdeflate0:1.10-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdeflate0@1.10-2?arch=amd64&upstream=libdeflate&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdeflate0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdeflate0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "154" + }, + { + "name": "syft:metadata:source", + "value": "libdeflate" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04&package-id=3ffc3760045d676e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdevmapper1.02.1", + "version": "2:1.02.175-2.1ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libdevmapper1.02.1:libdevmapper1.02.1:2\\:1.02.175-2.1ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdevmapper1.02.1@2:1.02.175-2.1ubuntu4?arch=amd64&upstream=lvm2%402.03.11-2.1ubuntu4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdevmapper1.02.1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdevmapper1.02.1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "492" + }, + { + "name": "syft:metadata:source", + "value": "lvm2" + }, + { + "name": "syft:metadata:sourceVersion", + "value": "2.03.11-2.1ubuntu4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libdpkg-perl@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04&package-id=11e4e8395e5cf4ac", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libdpkg-perl", + "version": "1.21.1ubuntu2.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-s-s-d" + } + } + ], + "cpe": "cpe:2.3:a:libdpkg-perl:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libdpkg-perl@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg-perl:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg_perl:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg_perl:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg:libdpkg-perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libdpkg:libdpkg_perl:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libdpkg-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libdpkg-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2340" + }, + { + "name": "syft:metadata:source", + "value": "dpkg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04&package-id=4725f5acf7b03906", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libedit2", + "version": "3.1-20210910-1build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&upstream=libedit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libedit2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libedit2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "260" + }, + { + "name": "syft:metadata:source", + "value": "libedit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04&package-id=7fbfbcad4439d54b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libelf1", + "version": "0.186-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libelf1:libelf1:0.186-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libelf1@0.186-1build1?arch=amd64&upstream=elfutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libelf1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libelf1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "192" + }, + { + "name": "syft:metadata:source", + "value": "elfutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04&package-id=8874ef1e6fb880d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liberror-perl", + "version": "0.17029-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "name": "MIT/X11" + } + } + ], + "cpe": "cpe:2.3:a:liberror-perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liberror-perl@0.17029-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror-perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror_perl:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror-perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liberror:liberror_perl:0.17029-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liberror-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liberror-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=30892da0da03504c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "433" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04&package-id=c5c158f713b58c3d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libexpat1-dev", + "version": "2.4.7-1ubuntu0.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libexpat1-dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libexpat1-dev@2.4.7-1ubuntu0.2?arch=amd64&upstream=expat&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1-dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1_dev:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1-dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libexpat1:libexpat1_dev:2.4.7-1ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libexpat1-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libexpat1-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "944" + }, + { + "name": "syft:metadata:source", + "value": "expat" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=74648a523188212c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libext2fs2", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libext2fs2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libext2fs2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "574" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfakeroot@1.28-1ubuntu1?arch=amd64&upstream=fakeroot&distro=ubuntu-22.04&package-id=f25e97173907cb30", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfakeroot", + "version": "1.28-1ubuntu1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libfakeroot:libfakeroot:1.28-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfakeroot@1.28-1ubuntu1?arch=amd64&upstream=fakeroot&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfakeroot/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfakeroot:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libfakeroot:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "172" + }, + { + "name": "syft:metadata:source", + "value": "fakeroot" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04&package-id=b268db39b8f6de03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libffi8", + "version": "3.4.2-4", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&upstream=libffi&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libffi8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libffi8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69" + }, + { + "name": "syft:metadata:source", + "value": "libffi" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04&package-id=dcbdecb40880164b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfido2-1", + "version": "1.10.0-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libfido2-1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&upstream=libfido2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2-1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2_1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2-1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfido2:libfido2_1:1.10.0-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfido2-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfido2-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "236" + }, + { + "name": "syft:metadata:source", + "value": "libfido2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfile-fcntllock-perl@0.22-3build7?arch=amd64&distro=ubuntu-22.04&package-id=9584b65d8ad802db", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfile-fcntllock-perl", + "version": "0.22-3build7", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libfile-fcntllock-perl:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfile-fcntllock-perl@0.22-3build7?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock-perl:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock_perl:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock_perl:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile-fcntllock:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile_fcntllock:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile:libfile-fcntllock-perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libfile:libfile_fcntllock_perl:0.22-3build7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfile-fcntllock-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfile-fcntllock-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04&package-id=b7b308e2ac3fe669", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfontconfig1", + "version": "2.13.1-4.2ubuntu5", + "cpe": "cpe:2.3:a:libfontconfig1:libfontconfig1:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfontconfig1@2.13.1-4.2ubuntu5?arch=amd64&upstream=fontconfig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfontconfig1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfontconfig1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "331" + }, + { + "name": "syft:metadata:source", + "value": "fontconfig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.1?arch=amd64&upstream=freetype&distro=ubuntu-22.04&package-id=16c8b58b16f6657f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libfreetype6", + "version": "2.11.1+dfsg-1ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSL-1.0" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "FTL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "OpenGroup-BSD-like" + } + }, + { + "license": { + "name": "Public-Domain" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libfreetype6:libfreetype6:2.11.1\\+dfsg-1ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libfreetype6@2.11.1+dfsg-1ubuntu0.1?arch=amd64&upstream=freetype&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libfreetype6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libfreetype6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "870" + }, + { + "name": "syft:metadata:source", + "value": "freetype" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=1160f017e960d3c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-11-dev", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-11-dev:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11-dev:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11_dev:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-11:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_11:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13894" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=e92584c1f01e845c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgcc-s1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcc-s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcc-s1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc-s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc_s1:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc-s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgcc:libgcc_s1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcc-s1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "140" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=70f89ec873bb01a4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgcrypt20", + "version": "1.9.4-3ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgcrypt20/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgcrypt20:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1354" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgd3@2.3.0-2ubuntu2?arch=amd64&upstream=libgd2&distro=ubuntu-22.04&package-id=b2a70f53823d0cc3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgd3", + "version": "2.3.0-2ubuntu2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "GAP~Makefile.in" + } + }, + { + "license": { + "name": "GAP~configure" + } + }, + { + "license": { + "id": "GD" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "HPND" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "WEBP" + } + }, + { + "license": { + "name": "XFIG" + } + } + ], + "cpe": "cpe:2.3:a:libgd3:libgd3:2.3.0-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgd3@2.3.0-2ubuntu2?arch=amd64&upstream=libgd2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgd3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgd3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "452" + }, + { + "name": "syft:metadata:source", + "value": "libgd2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=522fa81e21e1b51c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm-compat4", + "version": "1.23-1", + "licenses": [ + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm-compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm-compat4@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm-compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm_compat4:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm-compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgdbm:libgdbm_compat4:1.23-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm-compat4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm-compat4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04&package-id=e3d2003f8099084a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgdbm6", + "version": "1.23-1", + "licenses": [ + { + "license": { + "name": "GFDL-NIV-1.3+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libgdbm6:libgdbm6:1.23-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgdbm6@1.23-1?arch=amd64&upstream=gdbm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgdbm6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgdbm6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "100" + }, + { + "name": "syft:metadata:source", + "value": "gdbm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04&package-id=d1c311dde57e98aa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgmp10", + "version": "2:6.2.1+dfsg-3ubuntu1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgmp10@2:6.2.1+dfsg-3ubuntu1?arch=amd64&upstream=gmp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgmp10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgmp10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "544" + }, + { + "name": "syft:metadata:source", + "value": "gmp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.1?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04&package-id=88cf664c2151e92d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgnutls30", + "version": "3.7.3-4ubuntu1.1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPLv3+" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "name": "LGPLv2.1+" + } + }, + { + "license": { + "name": "LGPLv3+_or_GPLv2+" + } + }, + { + "license": { + "name": "The" + } + } + ], + "cpe": "cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.1?arch=amd64&upstream=gnutls28&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgnutls30/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgnutls30:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2284" + }, + { + "name": "syft:metadata:source", + "value": "gnutls28" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgomp1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=5fdbad09f1ccfa5c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libgomp1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libgomp1:libgomp1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgomp1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgomp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "320" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04&package-id=a74830368003b526", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgpg-error0", + "version": "1.43-3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "g10-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&upstream=libgpg-error&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgpg-error0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgpg-error0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "189" + }, + { + "name": "syft:metadata:source", + "value": "libgpg-error" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=734300c9a164a1ca", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libgssapi-krb5-2", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libgssapi-krb5-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libgssapi-krb5-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "455" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=7de852bd9adbe24b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libhogweed6", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libhogweed6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libhogweed6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "336" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04&package-id=6a9c004aace3bd35", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libicu70", + "version": "70.1-2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&upstream=icu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libicu70/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libicu70:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "34444" + }, + { + "name": "syft:metadata:source", + "value": "icu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04&package-id=bc6fc011c3d4e9da", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libidn2-0", + "version": "2.3.2-2build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "Unicode" + } + } + ], + "cpe": "cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&upstream=libidn2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libidn2-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libidn2-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "220" + }, + { + "name": "syft:metadata:source", + "value": "libidn2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=200a0e08100dd37e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip4tc2", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip4tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip4tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=29fe60310453d9fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libip6tc2", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libip6tc2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libip6tc2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04&package-id=b008b7d2d0c33730", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libisl23", + "version": "0.24-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libisl23:libisl23:0.24-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libisl23@0.24-2build1?arch=amd64&upstream=isl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libisl23/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libisl23:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2159" + }, + { + "name": "syft:metadata:source", + "value": "isl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libitm1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=939aa181e5d0162c", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libitm1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libitm1:libitm1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libitm1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libitm1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "115" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04&package-id=cad5b2fdf8873c86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjbig0", + "version": "2.1-3.1ubuntu0.22.04.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjbig0:libjbig0:2.1-3.1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjbig0@2.1-3.1ubuntu0.22.04.1?arch=amd64&upstream=jbigkit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjbig0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjbig0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "82" + }, + { + "name": "syft:metadata:source", + "value": "jbigkit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04&package-id=a78974b6dfc9a7a7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg-turbo8", + "version": "2.1.2-0ubuntu1", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg-turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg-turbo8@2.1.2-0ubuntu1?arch=amd64&upstream=libjpeg-turbo&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg-turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg_turbo8:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg-turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjpeg:libjpeg_turbo8:2.1.2-0ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg-turbo8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg-turbo8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "543" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg-turbo" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04&package-id=181d4eaf8de06bc2", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjpeg8", + "version": "8c-2ubuntu10", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libjpeg8:libjpeg8:8c-2ubuntu10:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjpeg8@8c-2ubuntu10?arch=amd64&upstream=libjpeg8-empty&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjpeg8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjpeg8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "9" + }, + { + "name": "syft:metadata:source", + "value": "libjpeg8-empty" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3?arch=amd64&upstream=jq&distro=ubuntu-22.04&package-id=9acf84d058f86dd3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjq1", + "version": "1.6-2.1ubuntu3", + "licenses": [ + { + "license": { + "id": "CC-BY-3.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3?arch=amd64&upstream=jq&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjq1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjq1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "jq" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04&package-id=3e28d58e00f35900", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-jquery", + "version": "3.6.0+dfsg+~3.5.13-1", + "licenses": [ + { + "license": { + "name": "Expat" + } + } + ], + "cpe": "cpe:2.3:a:libjs-jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-jquery@3.6.0+dfsg+~3.5.13-1?arch=all&upstream=node-jquery&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_jquery:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_jquery:3.6.0\\+dfsg\\+\\~3.5.13-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-jquery/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-jquery.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "679" + }, + { + "name": "syft:metadata:source", + "value": "node-jquery" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04&package-id=2d288da1e2c290f9", + "type": "library", + "publisher": "Debian Python Team ", + "name": "libjs-sphinxdoc", + "version": "4.3.2-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "PSF-2.0" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libjs-sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-sphinxdoc@4.3.2-1?arch=all&upstream=sphinx&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_sphinxdoc:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_sphinxdoc:4.3.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-sphinxdoc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-sphinxdoc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "194" + }, + { + "name": "syft:metadata:source", + "value": "sphinx" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04&package-id=131857ff1d4f063a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libjs-underscore", + "version": "1.13.2~dfsg-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libjs-underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libjs-underscore@1.13.2~dfsg-2?arch=all&upstream=underscore&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs-underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs_underscore:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs-underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libjs:libjs_underscore:1.13.2\\~dfsg-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libjs-underscore/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libjs-underscore.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "345" + }, + { + "name": "syft:metadata:source", + "value": "underscore" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=ab8ee6039f78823d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libk5crypto3", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libk5crypto3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libk5crypto3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "292" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04&package-id=7600c39dc84317be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkeyutils1", + "version": "1.6.1-2ubuntu3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&upstream=keyutils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkeyutils1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkeyutils1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "keyutils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=6dd9cfdbe106a5a1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5-3", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5-3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5-3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1052" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04&package-id=289ebe4b346f1b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libkrb5support0", + "version": "1.19.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.1?arch=amd64&upstream=krb5&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libkrb5support0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libkrb5support0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "krb5" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04&package-id=d732776bb5196a34", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libksba8", + "version": "1.6.0-2ubuntu0.2", + "licenses": [ + { + "license": { + "id": "FSFUL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&upstream=libksba&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libksba8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libksba8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "302" + }, + { + "name": "syft:metadata:source", + "value": "libksba" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-2.5-0@2.5.13+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04&package-id=7eb8e480e64ac280", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-2.5-0", + "version": "2.5.13+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-2.5-0@2.5.13+dfsg-0ubuntu0.22.04.1?arch=amd64&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-2.5-0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_2.5_0:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-2.5-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-2.5-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "565" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libldap-common@2.5.13+dfsg-0ubuntu0.22.04.1?arch=all&upstream=openldap&distro=ubuntu-22.04&package-id=ac2bca8fa5cede95", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libldap-common", + "version": "2.5.13+dfsg-0ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libldap-common:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libldap-common@2.5.13+dfsg-0ubuntu0.22.04.1?arch=all&upstream=openldap&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap-common:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap_common:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap-common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libldap:libldap_common:2.5.13\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libldap-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libldap-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libldap-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "109" + }, + { + "name": "syft:metadata:source", + "value": "openldap" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblocale-gettext-perl@1.07-4build3?arch=amd64&distro=ubuntu-22.04&package-id=e9c1ae52091e234c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblocale-gettext-perl", + "version": "1.07-4build3", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblocale-gettext-perl:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblocale-gettext-perl@1.07-4build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext-perl:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext_perl:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext_perl:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale-gettext:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale_gettext:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale:liblocale-gettext-perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblocale:liblocale_gettext_perl:1.07-4build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblocale-gettext-perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblocale-gettext-perl.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblsan0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=96614d51ee2dd2e3", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "liblsan0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:liblsan0:liblsan0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblsan0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2961" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=46c75c5c3ce45da4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-common1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-common1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_common1:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_common1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-common1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-common1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "103" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=df54fcc0952ed4b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust-ctl5", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust-ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust-ctl5@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust-ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust_ctl5:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust-ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust_ctl5:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust-ctl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust-ctl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "275" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04&package-id=cfbcf70352b735b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblttng-ust1", + "version": "2.13.1-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "FSFAP" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblttng-ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblttng-ust1@2.13.1-1ubuntu1?arch=amd64&upstream=ust&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng-ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng_ust1:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng-ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblttng:liblttng_ust1:2.13.1-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblttng-ust1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblttng-ust1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "781" + }, + { + "name": "syft:metadata:source", + "value": "ust" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04&package-id=66587d0895615da1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblz4-1", + "version": "1.9.3-2build2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&upstream=lz4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblz4-1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblz4-1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "lz4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04&package-id=136cba6353c7c299", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "liblzma5", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&upstream=xz-utils&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/liblzma5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/liblzma5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "290" + }, + { + "name": "syft:metadata:source", + "value": "xz-utils" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04&package-id=e861c45cb561a859", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmd0", + "version": "1.0.4-1build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-Aaron-D-Gifford" + } + }, + { + "license": { + "id": "Beerware" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "public-domain-md4" + } + }, + { + "license": { + "name": "public-domain-md5" + } + }, + { + "license": { + "name": "public-domain-sha1" + } + } + ], + "cpe": "cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&upstream=libmd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "libmd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&upstream=libmnl&distro=ubuntu-22.04&package-id=355e31a80e58c10f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmnl0", + "version": "1.0.4-3build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&upstream=libmnl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmnl0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmnl0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "47" + }, + { + "name": "syft:metadata:source", + "value": "libmnl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=b258d09bb6045410", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmount1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmount1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmount1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "382" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04&package-id=bb0dc093fa4bcb82", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpc3", + "version": "1.2.1-2build1", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpc3:libmpc3:1.2.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpc3@1.2.1-2build1?arch=amd64&upstream=mpclib3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125" + }, + { + "name": "syft:metadata:source", + "value": "mpclib3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04&package-id=71a048b359fe792b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpdec3", + "version": "2.5.1-2build2", + "licenses": [ + { + "license": { + "name": "BSD" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&upstream=mpdecimal&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpdec3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpdec3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "250" + }, + { + "name": "syft:metadata:source", + "value": "mpdecimal" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04&package-id=358792a7f51d58cc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libmpfr6", + "version": "4.1.0-3build3", + "licenses": [ + { + "license": { + "id": "LGPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libmpfr6:libmpfr6:4.1.0-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libmpfr6@4.1.0-3build3?arch=amd64&upstream=mpfr4&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libmpfr6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libmpfr6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3405" + }, + { + "name": "syft:metadata:source", + "value": "mpfr4" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncurses6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=b020d151c36aff05", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncurses6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncurses6:libncurses6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncurses6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncurses6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "329" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libncursesw6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=a3bab143efd62a53", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libncursesw6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libncursesw6:libncursesw6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libncursesw6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libncursesw6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "422" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&upstream=libnetfilter-conntrack&distro=ubuntu-22.04&package-id=8458d66470cfb9fa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnetfilter-conntrack3", + "version": "1.0.9-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&upstream=libnetfilter-conntrack&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnetfilter-conntrack3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnetfilter-conntrack3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "libnetfilter-conntrack" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04&package-id=cc8ce68a8e8513ee", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnettle8", + "version": "3.7.3-1build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "name": "GAP" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&upstream=nettle&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnettle8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnettle8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "356" + }, + { + "name": "syft:metadata:source", + "value": "nettle" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&upstream=libnfnetlink&distro=ubuntu-22.04&package-id=3339133a237ac24b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnfnetlink0", + "version": "1.0.1-3build3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&upstream=libnfnetlink&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnfnetlink0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnfnetlink0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "48" + }, + { + "name": "syft:metadata:source", + "value": "libnfnetlink" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&upstream=libnftnl&distro=ubuntu-22.04&package-id=7032ee291a61e96", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnftnl11", + "version": "1.2.1-1build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&upstream=libnftnl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnftnl11/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnftnl11:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "227" + }, + { + "name": "syft:metadata:source", + "value": "libnftnl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04&package-id=6f9206dd2fa861d4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnghttp2-14", + "version": "1.43.0-1build3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "SIL-OFL-1.1" + } + }, + { + "license": { + "name": "all-permissive" + } + } + ], + "cpe": "cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnghttp2-14@1.43.0-1build3?arch=amd64&upstream=nghttp2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnghttp2-14/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnghttp2-14:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "203" + }, + { + "name": "syft:metadata:source", + "value": "nghttp2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04&package-id=6c4d5b274f255eb1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnl-3-200", + "version": "3.5.0-0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libnl-3-200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3-200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3_200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3_200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnl-3-200/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnl-3-200:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libnl-3-200:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "180" + }, + { + "name": "syft:metadata:source", + "value": "libnl3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnl-genl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04&package-id=1eb73fbea42e0a32", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnl-genl-3-200", + "version": "3.5.0-0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libnl-genl-3-200:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnl-genl-3-200@3.5.0-0.1?arch=amd64&upstream=libnl3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3-200:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3_200:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3_200:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl-3:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl_3:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl-genl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl_genl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl-genl-3-200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnl:libnl_genl_3_200:3.5.0-0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnl-genl-3-200/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnl-genl-3-200:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "61" + }, + { + "name": "syft:metadata:source", + "value": "libnl3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04&package-id=383ef0328503f0f6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnpth0", + "version": "1.6-3build2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&upstream=npth&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnpth0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnpth0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "40" + }, + { + "name": "syft:metadata:source", + "value": "npth" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=76917e3066695da8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl-dev", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl-dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl-dev@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl-dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl_dev:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl-dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libnsl:libnsl_dev:1.3.0-2build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "347" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04&package-id=d544d822172c8cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnsl2", + "version": "1.3.0-2build2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "name": "GPL-2+-libtool-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&upstream=libnsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnsl2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnsl2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "123" + }, + { + "name": "syft:metadata:source", + "value": "libnsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04&package-id=88cf98bd57313616", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libnuma1", + "version": "2.0.14-3ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libnuma1:libnuma1:2.0.14-3ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libnuma1@2.0.14-3ubuntu2?arch=amd64&upstream=numactl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libnuma1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libnuma1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "71" + }, + { + "name": "syft:metadata:source", + "value": "numactl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&upstream=libonig&distro=ubuntu-22.04&package-id=a7443a1b3d14326c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libonig5", + "version": "6.9.7.1-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&upstream=libonig&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libonig5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libonig5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "615" + }, + { + "name": "syft:metadata:source", + "value": "libonig" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04&package-id=3fef1c85cbac3f5c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libp11-kit0", + "version": "0.24.0-6build1", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "name": "ISC+IBM" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "permissive-like-automake-output" + } + }, + { + "license": { + "name": "same-as-rest-of-p11kit" + } + } + ], + "cpe": "cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&upstream=p11-kit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libp11-kit0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libp11-kit0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1292" + }, + { + "name": "syft:metadata:source", + "value": "p11-kit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-cap@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04&package-id=a2f71530cf9fb793", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-cap", + "version": "1:2.44-1build3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libpam-cap:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-cap@1:2.44-1build3?arch=amd64&upstream=libcap2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-cap:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_cap:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_cap:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_cap:1\\:2.44-1build3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-cap/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-cap:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-cap:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "45" + }, + { + "name": "syft:metadata:source", + "value": "libcap2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=a36fe4e658a36ebe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1138" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=fba6042ad682f732", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-modules-bin", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-modules-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-modules-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "248" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04&package-id=3c2eb00c05621b3b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam-runtime", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.3?arch=all&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam-runtime/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam-runtime.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpam-runtime.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "312" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04&package-id=8be2a338750e5407", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpam0g", + "version": "1.4.0-11ubuntu2.3", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.3?arch=amd64&upstream=pam&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpam0g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpam0g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "235" + }, + { + "name": "syft:metadata:source", + "value": "pam" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04&package-id=367731d07ee9585e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre2-8-0", + "version": "10.39-3ubuntu0.1", + "cpe": "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&upstream=pcre2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre2-8-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre2-8-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "621" + }, + { + "name": "syft:metadata:source", + "value": "pcre2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04&package-id=8582b76a1bbd001", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpcre3", + "version": "2:8.39-13ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpcre3@2:8.39-13ubuntu0.22.04.1?arch=amd64&upstream=pcre3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpcre3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpcre3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "683" + }, + { + "name": "syft:metadata:source", + "value": "pcre3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=613e0009a443246b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libperl5.34", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libperl5.34:libperl5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libperl5.34@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libperl5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libperl5.34:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "28441" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpipeline1@1.5.5-1?arch=amd64&upstream=libpipeline&distro=ubuntu-22.04&package-id=2b93c39b01a9b669", + "type": "library", + "publisher": "Colin Watson ", + "name": "libpipeline1", + "version": "1.5.5-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libpipeline1:libpipeline1:1.5.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpipeline1@1.5.5-1?arch=amd64&upstream=libpipeline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpipeline1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpipeline1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "68" + }, + { + "name": "syft:metadata:source", + "value": "libpipeline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04&package-id=4431ac90dc592424", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpng16-16", + "version": "1.6.37-3build5", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-like-with-advertising-clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "expat" + } + }, + { + "license": { + "id": "Libpng" + } + } + ], + "cpe": "cpe:2.3:a:libpng16-16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpng16-16@1.6.37-3build5?arch=amd64&upstream=libpng1.6&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16-16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16_16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16-16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpng16:libpng16_16:1.6.37-3build5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpng16-16/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpng16-16:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "353" + }, + { + "name": "syft:metadata:source", + "value": "libpng1.6" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&upstream=popt&distro=ubuntu-22.04&package-id=ff2fb129cbaa8bfe", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpopt0", + "version": "1.18-3build1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "X-Consortium" + } + } + ], + "cpe": "cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&upstream=popt&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpopt0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpopt0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "120" + }, + { + "name": "syft:metadata:source", + "value": "popt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04&package-id=d0d6bd171142c3dc", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libprocps8", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libprocps8@2:3.3.17-6ubuntu2?arch=amd64&upstream=procps&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libprocps8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libprocps8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "131" + }, + { + "name": "syft:metadata:source", + "value": "procps" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04&package-id=90b4efbea1be8477", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpsl5", + "version": "0.21.0-1.2build2", + "licenses": [ + { + "license": { + "name": "Chromium" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&upstream=libpsl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpsl5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpsl5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "95" + }, + { + "name": "syft:metadata:source", + "value": "libpsl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=138a1933cf769a3e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_dev:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "49" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=16227ecbb8af169c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3-stdlib", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3-stdlib/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=7123e8cb6fb00179", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10:libpython3.10:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5780" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-dev@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=53221079bdee2302", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-dev", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-dev:libpython3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-dev@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-dev:libpython3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_dev:libpython3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "20388" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=f73bb1ff2571f5b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-minimal", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libpython3.10-minimal:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5092" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=69dfe6ef7198fa08", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libpython3.10-stdlib", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libpython3.10-stdlib@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libpython3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libpython3.10-stdlib:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "8040" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libquadmath0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4f8514dc49f7b8fb", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libquadmath0", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libquadmath0:libquadmath0:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libquadmath0@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libquadmath0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "296" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04&package-id=39487a4e170c819a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libreadline8", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libreadline8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libreadline8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "461" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04&package-id=410e681954865b38", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "librtmp1", + "version": "2.4+20151223.gitfa8646d.1-2build4", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/librtmp1@2.4+20151223.gitfa8646d.1-2build4?arch=amd64&upstream=rtmpdump&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/librtmp1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/librtmp1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "141" + }, + { + "name": "syft:metadata:source", + "value": "rtmpdump" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=7021088888af4e97", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-2", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-2@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "170" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=f417a6ab020106f1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules:amd64.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsasl2-modules:amd64.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "263" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04&package-id=bedcd61bc15c29b5", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsasl2-modules-db", + "version": "2.1.27+dfsg2-3ubuntu1.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "name": "BSD-2.2-clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-JANET" + } + }, + { + "license": { + "name": "BSD-3-clause-PADL" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause-UC" + } + }, + { + "license": { + "id": "FSFULLR" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "IBM-as-is" + } + }, + { + "license": { + "id": "MIT-CMU" + } + }, + { + "license": { + "name": "MIT-Export" + } + }, + { + "license": { + "name": "MIT-OpenVision" + } + }, + { + "license": { + "name": "OpenLDAP" + } + }, + { + "license": { + "id": "OpenSSL" + } + }, + { + "license": { + "id": "RSA-MD" + } + }, + { + "license": { + "name": "SSLeay" + } + } + ], + "cpe": "cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.1?arch=amd64&upstream=cyrus-sasl2&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsasl2-modules-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsasl2-modules-db:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "93" + }, + { + "name": "syft:metadata:source", + "value": "cyrus-sasl2" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04&package-id=2d05733a1c4d3495", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libseccomp2", + "version": "2.5.3-2ubuntu2", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu2?arch=amd64&upstream=libseccomp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libseccomp2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libseccomp2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "libseccomp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04&package-id=77694ed59a5bbb7f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libselinux1", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&upstream=libselinux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libselinux1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libselinux1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "207" + }, + { + "name": "syft:metadata:source", + "value": "libselinux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04&package-id=8b670314390a6b4d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage-common", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libsemanage-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "37" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04&package-id=2fddc89c29bab502", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsemanage2", + "version": "3.3-1build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&upstream=libsemanage&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsemanage2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsemanage2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "300" + }, + { + "name": "syft:metadata:source", + "value": "libsemanage" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04&package-id=e75dd6530dc79ecd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsepol2", + "version": "3.3-1build1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&upstream=libsepol&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsepol2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsepol2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "735" + }, + { + "name": "syft:metadata:source", + "value": "libsepol" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=20798f8a85e918a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsmartcols1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsmartcols1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsmartcols1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "209" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04&package-id=cd8d93eff36032a9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsqlite3-0", + "version": "3.37.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.1?arch=amd64&upstream=sqlite3&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsqlite3-0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsqlite3-0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1602" + }, + { + "name": "syft:metadata:source", + "value": "sqlite3" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=f2d6888435e83c00", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libss2", + "version": "1.46.5-2ubuntu1.1", + "cpe": "cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libss2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libss2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssh-4@0.9.6-2build1?arch=amd64&upstream=libssh&distro=ubuntu-22.04&package-id=9eb82c286735dbba", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssh-4", + "version": "0.9.6-2build1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "LGPL-2.1+~OpenSSL" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libssh-4:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssh-4@0.9.6-2build1?arch=amd64&upstream=libssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh-4:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh_4:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh-4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libssh:libssh_4:0.9.6-2build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssh-4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssh-4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "486" + }, + { + "name": "syft:metadata:source", + "value": "libssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.8?arch=amd64&upstream=openssl&distro=ubuntu-22.04&package-id=c6102096826b8b70", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libssl3", + "version": "3.0.2-0ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.8?arch=amd64&upstream=openssl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libssl3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5827" + }, + { + "name": "syft:metadata:source", + "value": "openssl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=e9e6eb4977b3de4b", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++-11-dev", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+-11-dev:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++-11-dev@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11-dev:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11_dev:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11_dev:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+-11:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+_11:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+-11-dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libstdc\\+\\+:libstdc\\+\\+_11_dev:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++-11-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "18721" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=4148b97a811646a4", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libstdc++6", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libstdc++6@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libstdc++6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2746" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=3bc64e83094d190c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libsystemd0", + "version": "249.11-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libsystemd0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libsystemd0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "994" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04&package-id=87dc308dd0d24129", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtasn1-6", + "version": "4.18.0-4build1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtasn1-6@4.18.0-4build1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4build1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtasn1-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtasn1-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "133" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.3?arch=amd64&upstream=tiff&distro=ubuntu-22.04&package-id=fda3ae304302dd03", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtiff5", + "version": "4.3.0-6ubuntu0.3", + "licenses": [ + { + "license": { + "name": "Hylafax" + } + } + ], + "cpe": "cpe:2.3:a:libtiff5:libtiff5:4.3.0-6ubuntu0.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtiff5@4.3.0-6ubuntu0.3?arch=amd64&upstream=tiff&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtiff5/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtiff5:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "571" + }, + { + "name": "syft:metadata:source", + "value": "tiff" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtinfo6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=67517fbb5c774da0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtinfo6", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:libtinfo6:libtinfo6:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtinfo6@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtinfo6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtinfo6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "558" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04&package-id=3c81808bdc38780", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-common", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/libtirpc-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "32" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=71bfe22dcc91ab54", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc-dev", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc-dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc-dev@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc-dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc_dev:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc-dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libtirpc:libtirpc_dev:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "720" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04&package-id=f8bda4034a845a19", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libtirpc3", + "version": "1.3.2-2ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&upstream=libtirpc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libtirpc3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtirpc3:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "219" + }, + { + "name": "syft:metadata:source", + "value": "libtirpc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libtsan0@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04&package-id=493c4dc7b0de2e0", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libtsan0", + "version": "11.3.0-1ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libtsan0:libtsan0:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libtsan0@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-11-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libtsan0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7255" + }, + { + "name": "syft:metadata:source", + "value": "gcc-11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libubsan1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04&package-id=b2d2aa9774f4ccb6", + "type": "library", + "publisher": "Ubuntu Core developers ", + "name": "libubsan1", + "version": "12.1.0-2ubuntu1~22.04", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "LGPL" + } + } + ], + "cpe": "cpe:2.3:a:libubsan1:libubsan1:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libubsan1@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/gcc-12-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libubsan1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2675" + }, + { + "name": "syft:metadata:source", + "value": "gcc-12" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuchardet0@0.0.7-1build2?arch=amd64&upstream=uchardet&distro=ubuntu-22.04&package-id=da49532b0f83954d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuchardet0", + "version": "0.0.7-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "MPL-1.1" + } + } + ], + "cpe": "cpe:2.3:a:libuchardet0:libuchardet0:0.0.7-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuchardet0@0.0.7-1build2?arch=amd64&upstream=uchardet&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuchardet0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuchardet0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "208" + }, + { + "name": "syft:metadata:source", + "value": "uchardet" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04&package-id=31789189e3c9e87a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libudev1", + "version": "249.11-0ubuntu3.6", + "licenses": [ + { + "license": { + "id": "CC0-1.0" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.6?arch=amd64&upstream=systemd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libudev1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libudev1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "346" + }, + { + "name": "syft:metadata:source", + "value": "systemd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04&package-id=283fc88cb03573b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunistring2", + "version": "1.0-1", + "licenses": [ + { + "license": { + "name": "FreeSoftware" + } + }, + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GFDL-1.2+" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&upstream=libunistring&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunistring2/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunistring2:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1746" + }, + { + "name": "syft:metadata:source", + "value": "libunistring" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2?arch=amd64&upstream=libunwind&distro=ubuntu-22.04&package-id=fdf5c7c23c7be255", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libunwind8", + "version": "1.3.2-2build2", + "licenses": [ + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:libunwind8:libunwind8:1.3.2-2build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libunwind8@1.3.2-2build2?arch=amd64&upstream=libunwind&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libunwind8/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libunwind8:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "196" + }, + { + "name": "syft:metadata:source", + "value": "libunwind" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=9f74e717775e116", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libuuid1", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libuuid1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libuuid1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "134" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libwebp7@1.2.2-2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04&package-id=7663b9f678a8b09c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libwebp7", + "version": "1.2.2-2", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:libwebp7:libwebp7:1.2.2-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libwebp7@1.2.2-2?arch=amd64&upstream=libwebp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libwebp7/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libwebp7:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "435" + }, + { + "name": "syft:metadata:source", + "value": "libwebp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1?arch=amd64&upstream=libx11&distro=ubuntu-22.04&package-id=c25d83e897aecd40", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-6", + "version": "2:1.7.5-1", + "cpe": "cpe:2.3:a:libx11-6:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-6@2:1.7.5-1?arch=amd64&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-6:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_6:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_6:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1386" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1?arch=all&upstream=libx11&distro=ubuntu-22.04&package-id=a685ce0b6606ab3c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libx11-data", + "version": "2:1.7.5-1", + "cpe": "cpe:2.3:a:libx11-data:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libx11-data@2:1.7.5-1?arch=all&upstream=libx11&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11-data:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11_data:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11-data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:libx11:libx11_data:2\\:1.7.5-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libx11-data/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libx11-data.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1429" + }, + { + "name": "syft:metadata:source", + "value": "libx11" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04&package-id=5a74188c72e74c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxau6", + "version": "1:1.0.9-1build5", + "cpe": "cpe:2.3:a:libxau6:libxau6:1\\:1.0.9-1build5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxau6@1:1.0.9-1build5?arch=amd64&upstream=libxau&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxau6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxau6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "35" + }, + { + "name": "syft:metadata:source", + "value": "libxau" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04&package-id=c234d84b26d8a15", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxcb1", + "version": "1.14-3ubuntu3", + "cpe": "cpe:2.3:a:libxcb1:libxcb1:1.14-3ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&upstream=libxcb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxcb1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxcb1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "206" + }, + { + "name": "syft:metadata:source", + "value": "libxcb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04&package-id=a53db1b8ef6f4822", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxdmcp6", + "version": "1:1.1.3-0ubuntu5", + "cpe": "cpe:2.3:a:libxdmcp6:libxdmcp6:1\\:1.1.3-0ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxdmcp6@1:1.1.3-0ubuntu5?arch=amd64&upstream=libxdmcp&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxdmcp6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxdmcp6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "43" + }, + { + "name": "syft:metadata:source", + "value": "libxdmcp" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04&package-id=f0695b4bcf852fe4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxext6", + "version": "2:1.3.4-1build1", + "cpe": "cpe:2.3:a:libxext6:libxext6:2\\:1.3.4-1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxext6@2:1.3.4-1build1?arch=amd64&upstream=libxext&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxext6/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxext6:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "110" + }, + { + "name": "syft:metadata:source", + "value": "libxext" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04&package-id=2ff26088bfaa8b1d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxmuu1", + "version": "2:1.1.3-3", + "cpe": "cpe:2.3:a:libxmuu1:libxmuu1:2\\:1.1.3-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxmuu1@2:1.1.3-3?arch=amd64&upstream=libxmu&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxmuu1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxmuu1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + }, + { + "name": "syft:metadata:source", + "value": "libxmu" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.1?arch=amd64&upstream=libxpm&distro=ubuntu-22.04&package-id=646382e46643ab16", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxpm4", + "version": "1:3.5.12-1ubuntu0.22.04.1", + "cpe": "cpe:2.3:a:libxpm4:libxpm4:1\\:3.5.12-1ubuntu0.22.04.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxpm4@1:3.5.12-1ubuntu0.22.04.1?arch=amd64&upstream=libxpm&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxpm4/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxpm4:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "98" + }, + { + "name": "syft:metadata:source", + "value": "libxpm" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04&package-id=180861e4a9f9cdc7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxtables12", + "version": "1.8.7-1ubuntu5", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "custom" + } + } + ], + "cpe": "cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5?arch=amd64&upstream=iptables&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxtables12/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxtables12:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "114" + }, + { + "name": "syft:metadata:source", + "value": "iptables" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04&package-id=cc1226b6963074e", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libxxhash0", + "version": "0.8.1-1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&upstream=xxhash&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libxxhash0/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libxxhash0:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "xxhash" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04&package-id=8a8ccc82528faaae", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "libzstd1", + "version": "1.4.8+dfsg-3build1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/libzstd1@1.4.8+dfsg-3build1?arch=amd64&upstream=libzstd&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libzstd1/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/libzstd1:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "846" + }, + { + "name": "syft:metadata:source", + "value": "libzstd" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-60.66?arch=amd64&upstream=linux&distro=ubuntu-22.04&package-id=d56da8d35a340056", + "type": "library", + "publisher": "Ubuntu Kernel Team ", + "name": "linux-libc-dev", + "version": "5.15.0-60.66", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:linux-libc-dev:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/linux-libc-dev@5.15.0-60.66?arch=amd64&upstream=linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc-dev:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc_dev:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux-libc:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux_libc:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux-libc-dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:linux:linux_libc_dev:5.15.0-60.66:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/linux-libc-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/linux-libc-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "6643" + }, + { + "name": "syft:metadata:source", + "value": "linux" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04&package-id=bb698e5b866b1a12", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "locales", + "version": "2.35-0ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GFDL-1.3-only" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "cpe": "cpe:2.3:a:locales:locales:2.35-0ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/locales@2.35-0ubuntu3.1?arch=all&upstream=glibc&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/locales/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/locales.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/locales.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17064" + }, + { + "name": "syft:metadata:source", + "value": "glibc" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=3331628a9ac25d95", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "login", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/login@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/login/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/login.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/login.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "888" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04&package-id=683056c3d5fbd809", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "logsave", + "version": "1.46.5-2ubuntu1.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.1?arch=amd64&upstream=e2fsprogs&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/logsave/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/logsave.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + }, + { + "name": "syft:metadata:source", + "value": "e2fsprogs" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=9de3c2110f26a504", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-base", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "58" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04&package-id=2439dfe3274f18c7", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsb-release", + "version": "11.1.0ubuntu4", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&upstream=lsb&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsb-release/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsb-release.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "66" + }, + { + "name": "syft:metadata:source", + "value": "lsb" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lsof@4.93.2+dfsg-1.1build2?arch=amd64&distro=ubuntu-22.04&package-id=9fe17a05b88b6f66", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "lsof", + "version": "4.93.2+dfsg-1.1build2", + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "name": "Purdue" + } + }, + { + "license": { + "id": "Sendmail" + } + } + ], + "cpe": "cpe:2.3:a:lsof:lsof:4.93.2\\+dfsg-1.1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lsof@4.93.2+dfsg-1.1build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lsof/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lsof.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "447" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/lto-disabled-list@24?arch=all&distro=ubuntu-22.04&package-id=6e7c3d0baf3b33c8", + "type": "library", + "publisher": "Matthias Klose ", + "name": "lto-disabled-list", + "version": "24", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:lto-disabled-list:lto-disabled-list:24:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/lto-disabled-list@24?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled-list:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled_list:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled_list:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto-disabled:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto_disabled:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto:lto-disabled-list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:lto:lto_disabled_list:24:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/lto-disabled-list/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/lto-disabled-list.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "39" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/make@4.3-4.1build1?arch=amd64&upstream=make-dfsg&distro=ubuntu-22.04&package-id=16b72d6b3a635697", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "make", + "version": "4.3-4.1build1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:make:make:4.3-4.1build1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/make@4.3-4.1build1?arch=amd64&upstream=make-dfsg&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/make/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/make.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "416" + }, + { + "name": "syft:metadata:source", + "value": "make-dfsg" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/man-db@2.10.2-1?arch=amd64&distro=ubuntu-22.04&package-id=74f044a478bb8c96", + "type": "library", + "publisher": "Colin Watson ", + "name": "man-db", + "version": "2.10.2-1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:man-db:man-db:2.10.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/man-db@2.10.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man-db:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man_db:man-db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man_db:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man:man-db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:man:man_db:2.10.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/man-db/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/man-db.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/man-db.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2824" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/manpages@5.10-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=9a699ad67aa312c0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "manpages", + "version": "5.10-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LDPv1" + } + }, + { + "license": { + "name": "freely-redistributable" + } + }, + { + "license": { + "name": "henry-spencer-regex" + } + }, + { + "license": { + "name": "public-domain" + } + }, + { + "license": { + "name": "verbatim" + } + } + ], + "cpe": "cpe:2.3:a:manpages:manpages:5.10-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/manpages@5.10-1ubuntu1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/manpages/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/manpages.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1669" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/manpages-dev@5.10-1ubuntu1?arch=all&upstream=manpages&distro=ubuntu-22.04&package-id=3774f99997c79fef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "manpages-dev", + "version": "5.10-1ubuntu1", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "LDPv1" + } + }, + { + "license": { + "name": "freely-redistributable" + } + }, + { + "license": { + "name": "henry-spencer-regex" + } + }, + { + "license": { + "name": "public-domain" + } + }, + { + "license": { + "name": "verbatim" + } + } + ], + "cpe": "cpe:2.3:a:manpages-dev:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/manpages-dev@5.10-1ubuntu1?arch=all&upstream=manpages&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages-dev:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages_dev:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages_dev:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages:manpages-dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:manpages:manpages_dev:5.10-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/manpages/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/manpages-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3942" + }, + { + "name": "syft:metadata:source", + "value": "manpages" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=22f52c4451f64fc3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mawk", + "version": "1.3.4.20200120-3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mawk/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mawk.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:pypi/mccabe@0.7.0?package-id=c0e2b3a2b73a6254", + "type": "library", + "author": "Tarek Ziade ", + "name": "mccabe", + "version": "0.7.0", + "licenses": [ + { + "license": { + "name": "Expat license" + } + } + ], + "cpe": "cpe:2.3:a:tarek_ziade_project:python-mccabe:0.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mccabe@0.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade_project:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade_project:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziadeproject:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mccabe:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mccabe:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_project:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:python-mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:python_mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarekproject:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek_ziade:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mccabe:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tarek:mccabe:0.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=a2bb8a81626b454a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "media-types", + "version": "7.0.0", + "licenses": [ + { + "license": { + "name": "ad-hoc" + } + } + ], + "cpe": "cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/media-types/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/media-types.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/media-types.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "97" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-buildx@0.10.3+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=8b31faa6c9605821", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-buildx", + "version": "0.10.3+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-buildx:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-buildx@0.10.3+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-buildx:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_buildx:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_buildx:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_buildx:0.10.3\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-buildx.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "69080" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-cli@20.10.23+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04&package-id=8360d8c5c25f6917", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-cli", + "version": "20.10.23+azure-ubuntu22.04u2", + "cpe": "cpe:2.3:a:moby-cli:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-cli@20.10.23+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-cli:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_cli:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_cli:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_cli:20.10.23\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-cli.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "50204" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-compose@2.16.0+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04&package-id=b75a7cd07a72ea38", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-compose", + "version": "2.16.0+azure-ubuntu22.04u2", + "cpe": "cpe:2.3:a:moby-compose:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-compose@2.16.0+azure-ubuntu22.04u2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-compose:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_compose:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_compose:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_compose:2.16.0\\+azure-ubuntu22.04u2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-compose.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "46224" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-containerd@1.6.18+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=90f76e2326567606", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-containerd", + "version": "1.6.18+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-containerd:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-containerd@1.6.18+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-containerd:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_containerd:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_containerd:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_containerd:1.6.18\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-containerd.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "125352" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-engine@20.10.22+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04&package-id=cc1c680ee33e852a", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-engine", + "version": "20.10.22+azure-ubuntu22.04u1", + "cpe": "cpe:2.3:a:moby-engine:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-engine@20.10.22+azure-ubuntu22.04u1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-engine:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_engine:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_engine:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_engine:20.10.22\\+azure-ubuntu22.04u1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-engine.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "86259" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/moby-runc@1.1.4+azure-ubuntu22.04u5?arch=amd64&distro=ubuntu-22.04&package-id=3541497ea554caf9", + "type": "library", + "publisher": "Microsoft ", + "name": "moby-runc", + "version": "1.1.4+azure-ubuntu22.04u5", + "cpe": "cpe:2.3:a:moby-runc:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/moby-runc@1.1.4+azure-ubuntu22.04u5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby-runc:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_runc:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby_runc:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby-runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:moby:moby_runc:1.1.4\\+azure-ubuntu22.04u5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/var/lib/dpkg/info/moby-runc.md5sums" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "13360" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04&package-id=6e8099b8bc417fbb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "mount", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:mount:mount:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/mount@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/mount/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/mount.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "389" + }, + { + "name": "syft:metadata:source", + "value": "util-linux" + } + ] + }, + { + "bom-ref": "pkg:pypi/multidict@6.0.2?package-id=8615efcdc3d592c7", + "type": "library", + "author": "Andrew Svetlov ", + "name": "multidict", + "version": "6.0.2", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-multidict:6.0.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/multidict@6.0.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-multidict:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_multidict:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:multidict:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:multidict:6.0.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/multidict-6.0.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/multidict-6.0.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/multidict-6.0.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mypy@0.991?package-id=338c93a96c83b8eb", + "type": "library", + "author": "Jukka Lehtosalo ", + "name": "mypy", + "version": "0.991", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy:0.991:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mypy@0.991", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python-mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python_mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy:0.991:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy-0.991.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy-0.991.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy-0.991.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mypy-extensions@0.4.3?package-id=f1b9bb2ea756c8aa", + "type": "library", + "author": "The mypy developers ", + "name": "mypy-extensions", + "version": "0.4.3", + "licenses": [ + { + "license": { + "name": "MIT License" + } + } + ], + "cpe": "cpe:2.3:a:jukka_lehtosalo_project:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mypy-extensions@0.4.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo_project:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers_project:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosaloproject:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developersproject:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-extensions:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_extensions:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka-lehtosalo:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:jukka_lehtosalo:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-extensions:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_developers:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_extensions:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python-mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python_mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy-extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy_extensions:0.4.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_extensions-0.4.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_extensions-0.4.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_extensions-0.4.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/mypy-protobuf@3.3.0?package-id=69eed3a826a5b601", + "type": "library", + "author": "Nipunn Koorapati ", + "name": "mypy-protobuf", + "version": "3.3.0", + "licenses": [ + { + "license": { + "name": "Apache License 2.0" + } + } + ], + "cpe": "cpe:2.3:a:nipunn_koorapati_project:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/mypy-protobuf@3.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati_project:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapatiproject:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapatiproject:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-protobuf:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-protobuf:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_protobuf:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_protobuf:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313_project:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313_project:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313project:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313project:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati_project:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati_project:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapatiproject:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapatiproject:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-protobuf:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-protobuf:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_protobuf:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_protobuf:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-protobuf:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy-protobuf:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_protobuf:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy_protobuf:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313_project:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313_project:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313project:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313project:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn_koorapati:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-protobuf:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy-protobuf:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_protobuf:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy_protobuf:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python-mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:python_mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-mypy:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_mypy:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nipunn1313:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy-protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:mypy:mypy_protobuf:3.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_protobuf-3.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_protobuf-3.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/mypy_protobuf-3.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/nano@6.2-1?arch=amd64&distro=ubuntu-22.04&package-id=c93041bbf801156c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "nano", + "version": "6.2-1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "name": "GFDL-NIV+" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:nano:nano:6.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/nano@6.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/nano/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/nano.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/nano.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "860" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncdu@1.15.1-1?arch=amd64&distro=ubuntu-22.04&package-id=d3e968510253ee34", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncdu", + "version": "1.15.1-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:ncdu:ncdu:1.15.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncdu@1.15.1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncdu/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncdu.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "104" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-base@6.3-2?arch=all&upstream=ncurses&distro=ubuntu-22.04&package-id=3cdad94da807fd5a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-base", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-base:ncurses-base:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-base@6.3-2?arch=all&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-base:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses-base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_base:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_base:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-base.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ncurses-base.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "393" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ncurses-bin@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04&package-id=753684693cd86031", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ncurses-bin", + "version": "6.3-2", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "MIT/X11" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ncurses-bin@6.3-2?arch=amd64&upstream=ncurses&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses-bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ncurses:ncurses_bin:6.3-2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ncurses-bin/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ncurses-bin.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "646" + }, + { + "name": "syft:metadata:source", + "value": "ncurses" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/net-tools@1.60+git20181103.0eebece-1ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=212adf96df4ff8b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "net-tools", + "version": "1.60+git20181103.0eebece-1ubuntu5", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:net-tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/net-tools@1.60+git20181103.0eebece-1ubuntu5?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net-tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net_tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net_tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net:net-tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:net:net_tools:1.60\\+git20181103.0eebece-1ubuntu5:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/net-tools/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/net-tools.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "800" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=2283e7b147f3b1cd", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "netbase", + "version": "6.3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/netbase/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/netbase.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/netbase.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:pypi/nodeenv@1.7.0?package-id=d2d23bedbf6e39f1", + "type": "library", + "author": "Eugene Kalinin ", + "name": "nodeenv", + "version": "1.7.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:eugene_kalinin_project:python-nodeenv:1.7.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/nodeenv@1.7.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin_project:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin_project:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalininproject:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin_project:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalininproject:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:eugene_kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e-v-kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:e_v_kalinin:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:nodeenv:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:nodeenv:1.7.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/nodeenv-1.7.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.1?arch=amd64&upstream=openssh&distro=ubuntu-22.04&package-id=effb001b6c9fffa6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssh-client", + "version": "1:8.9p1-3ubuntu0.1", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Expat-with-advertising-restriction" + } + }, + { + "license": { + "name": "Mazieres-BSD-style" + } + }, + { + "license": { + "name": "OpenSSH" + } + }, + { + "license": { + "name": "Powell-BSD-style" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:openssh-client:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.1?arch=amd64&upstream=openssh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh-client:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh_client:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh-client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openssh:openssh_client:1\\:8.9p1-3ubuntu0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/openssh-client/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssh-client.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssh-client.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3079" + }, + { + "name": "syft:metadata:source", + "value": "openssh" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=9d73feaa02ef7832", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "openssl", + "version": "3.0.2-0ubuntu1.8", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.8:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.8?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/libssl3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/openssl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/openssl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2053" + } + ] + }, + { + "bom-ref": "pkg:pypi/opentelemetry-api@1.16.0?package-id=755bd682baefe60f", + "type": "library", + "author": "OpenTelemetry Authors ", + "name": "opentelemetry-api", + "version": "1.16.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-distro", + "version": "0.37b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation", + "version": "0.37b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-instrumentation-logging", + "version": "0.37b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-sdk", + "version": "1.16.0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "opentelemetry-semantic-conventions", + "version": "0.37b0", + "cpe": "cpe:2.3:a:opentelemetry_authors_\\", + "name": "packaging", + "version": "23.0", + "cpe": "cpe:2.3:a:donald_stufft_\\", + "name": "paho-mqtt", + "version": "1.6.1", + "licenses": [ + { + "license": { + "name": "Eclipse Public License v2.0 / Eclipse Distribution License v1.0" + } + } + ], + "cpe": "cpe:2.3:a:roger_light_project:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/paho-mqtt@1.6.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light_project:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_lightproject:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_lightproject:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho-mqtt:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho-mqtt:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho_mqtt:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho_mqtt:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_project:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_project:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light_project:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light_project:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rogerproject:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rogerproject:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_lightproject:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_lightproject:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho-mqtt:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho-mqtt:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho_mqtt:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho_mqtt:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho-mqtt:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho-mqtt:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho_mqtt:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho_mqtt:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_project:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_project:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rogerproject:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rogerproject:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho:python-paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho:python_paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-paho:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_paho:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger_light:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho-mqtt:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho-mqtt:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho_mqtt:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho_mqtt:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roger:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho:paho-mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:paho:paho_mqtt:1.6.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/paho_mqtt-1.6.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/paho_mqtt-1.6.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/paho_mqtt-1.6.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04&package-id=9c620c0dd85ddaa", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "passwd", + "version": "1:4.8.1-2ubuntu2.1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/passwd@1:4.8.1-2ubuntu2.1?arch=amd64&upstream=shadow&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/passwd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/passwd.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/passwd.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2325" + }, + { + "name": "syft:metadata:source", + "value": "shadow" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/patch@2.7.6-7build2?arch=amd64&distro=ubuntu-22.04&package-id=8bdaae575ef1c514", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "patch", + "version": "2.7.6-7build2", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:patch:patch:2.7.6-7build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/patch@2.7.6-7build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/patch/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/patch.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "229" + } + ] + }, + { + "bom-ref": "pkg:pypi/pathspec@0.10.2?package-id=c0eec724430c50c9", + "type": "library", + "author": "Caleb P. Burns <\"Caleb P. Burns\" >", + "name": "pathspec", + "version": "0.10.2", + "licenses": [ + { + "license": { + "name": "MPL 2.0" + } + } + ], + "cpe": "cpe:2.3:a:\\\"caleb_p__burns\\\"_\\", + "name": "pbr", + "version": "5.11.0", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:openstack_discuss_project:python-pbr:5.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pbr@5.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss_project:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss_project:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pbr:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pbr:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pbr:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pbr:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pbr:python-pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pbr:python_pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pbr:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pbr:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pbr:pbr:5.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pbr-5.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pbr-5.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pbr-5.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pep517@0.13.0?package-id=4c02013e0b5e58ef", + "type": "library", + "author": "Thomas Kluyver ", + "name": "pep517", + "version": "0.13.0", + "cpe": "cpe:2.3:a:thomas_kluyver_project:python-pep517:0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pep517@0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver_project:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyverproject:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pep517:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pep517:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pep517:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pep517:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_kluyver:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_project:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pep517:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pep517:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pep517:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pep517:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python-pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:python_pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomasproject:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pep517:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas:pep517:0.13.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pep517-0.13.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pep517-0.13.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=289da8911cc50286", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl:perl:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl@5.34.0-3ubuntu1.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/perl.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "717" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04&package-id=47822a024efe39f3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-base", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.1?arch=amd64&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-base/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-base.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "7730" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.1?arch=all&upstream=perl&distro=ubuntu-22.04&package-id=39e0f9811dae6a06", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "perl-modules-5.34", + "version": "5.34.0-3ubuntu1.1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-2.0" + } + }, + { + "license": { + "name": "Artistic-dist" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "BSD-3-clause-GENERIC" + } + }, + { + "license": { + "name": "BSD-3-clause-with-weird-numbering" + } + }, + { + "license": { + "name": "BSD-4-clause-POWERDOG" + } + }, + { + "license": { + "name": "BZIP" + } + }, + { + "license": { + "name": "DONT-CHANGE-THE-GPL" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "GPL-3+-WITH-BISON-EXCEPTION" + } + }, + { + "license": { + "name": "HSIEH-BSD" + } + }, + { + "license": { + "name": "HSIEH-DERIVATIVE" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "name": "REGCOMP" + } + }, + { + "license": { + "name": "REGCOMP," + } + }, + { + "license": { + "name": "RRA-KEEP-THIS-NOTICE" + } + }, + { + "license": { + "name": "SDBM-PUBLIC-DOMAIN" + } + }, + { + "license": { + "name": "TEXT-TABS" + } + }, + { + "license": { + "name": "Unicode" + } + }, + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:perl-modules-5.34:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/perl-modules-5.34@5.34.0-3ubuntu1.1?arch=all&upstream=perl&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules-5.34:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules_5.34:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl-modules:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl_modules:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl-modules-5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:perl:perl_modules_5.34:5.34.0-3ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/perl-modules-5.34/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/perl-modules-5.34.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "17671" + }, + { + "name": "syft:metadata:source", + "value": "perl" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pigz@2.6-1?arch=amd64&distro=ubuntu-22.04&package-id=5b6a8fc69e00fdf1", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pigz", + "version": "2.6-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:pigz:pigz:2.6-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pigz@2.6-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pigz/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pigz.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "158" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04&package-id=b9615323bc1987b0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "pinentry-curses", + "version": "1.1.1-1build2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "X11" + } + } + ], + "cpe": "cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&upstream=pinentry&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/pinentry-curses/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/pinentry-curses.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "92" + }, + { + "name": "syft:metadata:source", + "value": "pinentry" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip@23.0.1?package-id=1fb74591223b94d5", + "type": "library", + "author": "The pip developers ", + "name": "pip", + "version": "23.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:pip_developers_project:python-pip:23.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip@23.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers_project:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developersproject:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_developers:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pypa:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip:23.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/pip-23.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pip-tools@6.10.0?package-id=28599d3eb5401e8e", + "type": "library", + "author": "Vincent Driessen ", + "name": "pip-tools", + "version": "6.10.0", + "licenses": [ + { + "license": { + "name": "BSD 3 Clause" + } + } + ], + "cpe": "cpe:2.3:a:vincent_driessen_project:python-pip-tools:6.10.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pip-tools@6.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen_project:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessenproject:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessenproject:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen_project:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen_project:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip-tools:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip-tools:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip_tools:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip_tools:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessenproject:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessenproject:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip-tools:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip-tools:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_tools:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_tools:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip-tools:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip-tools:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip_tools:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip_tools:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vincent_driessen:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me_project:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pip:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pip:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python-pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:python_pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:meproject:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip-tools:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip-tools:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_tools:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip_tools:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pip:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:pip-tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:me:pip_tools:6.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pip_tools-6.10.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pip_tools-6.10.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pip_tools-6.10.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/platformdirs@2.5.4?package-id=969e48755cfa6bde", + "type": "library", + "name": "platformdirs", + "version": "2.5.4", + "cpe": "cpe:2.3:a:python-platformdirs:python-platformdirs:2.5.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/platformdirs@2.5.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:python_platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python-platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:python_platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python-platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:python_platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-platformdirs:platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_platformdirs:platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:platformdirs:platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:platformdirs:2.5.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/platformdirs-2.5.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/platformdirs-2.5.4.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:pypi/pluggy@1.0.0?package-id=82d4f492a3ecf048", + "type": "library", + "author": "Holger Krekel ", + "name": "pluggy", + "version": "1.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel_project:python-pluggy:1.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pluggy@1.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel_project:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekelproject:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_project:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holgerproject:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pluggy:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pluggy:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pluggy:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pluggy:1.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluggy-1.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluggy-1.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pluggy-1.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pre-commit@2.20.0?package-id=dbaa74d8e5ceb56", + "type": "library", + "author": "Anthony Sottile ", + "name": "pre-commit", + "version": "2.20.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:anthony_sottile_project:python-pre-commit:2.20.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pre-commit@2.20.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile_project:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottileproject:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre-commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre_commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile_project:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:anthony_sottile:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottileproject:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre-commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:python-pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:python_pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre_commit:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:asottile:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:pre-commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pre:pre_commit:2.20.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pre_commit-2.20.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=dcdb79359be16be", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "procps", + "version": "2:3.3.17-6ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + } + ], + "cpe": "cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/procps@2:3.3.17-6ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/procps/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/procps.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/procps.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1388" + } + ] + }, + { + "bom-ref": "pkg:pypi/protobuf@3.20.3?package-id=3e7ee682cf477a58", + "type": "library", + "name": "protobuf", + "version": "3.20.3", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "cpe": "cpe:2.3:a:python-protobuf:python-protobuf:3.20.3:*:*:*:*:*:*:*", + "purl": "pkg:pypi/protobuf@3.20.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:python_protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python-protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:python_protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python-protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:python_protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-protobuf:protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_protobuf:protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:protobuf:protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:protobuf:3.20.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/protobuf-3.20.3.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/protobuf-3.20.3.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/protobuf-3.20.3.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/psmisc@23.4-2build3?arch=amd64&distro=ubuntu-22.04&package-id=da63fa45bfc58e56", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "psmisc", + "version": "23.4-2build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:psmisc:psmisc:23.4-2build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/psmisc@23.4-2build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/psmisc/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/psmisc.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "452" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/publicsuffix@20211207.1025-1?arch=all&distro=ubuntu-22.04&package-id=2f27d6aafe5ef547", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "publicsuffix", + "version": "20211207.1025-1", + "licenses": [ + { + "license": { + "name": "CC0" + } + }, + { + "license": { + "id": "MPL-2.0" + } + } + ], + "cpe": "cpe:2.3:a:publicsuffix:publicsuffix:20211207.1025-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/publicsuffix@20211207.1025-1?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/publicsuffix/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/publicsuffix.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "330" + } + ] + }, + { + "bom-ref": "pkg:pypi/py@1.11.0?package-id=119ec6aa7041d1be", + "type": "library", + "author": "holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others ", + "name": "py", + "version": "1.11.0", + "licenses": [ + { + "license": { + "name": "MIT license" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python-py:1.11.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/py@1.11.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_othersproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_ronny_pfannschmidt\\,_benjamin_peterson_and_others:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev_project:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_devproject:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_dev:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python-py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:python_py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:py:py:1.11.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py-1.11.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py-1.11.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/py-1.11.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pycodestyle@2.10.0?package-id=8bb37dd8ad289c0b", + "type": "library", + "author": "Johann C. Rocholl ", + "name": "pycodestyle", + "version": "2.10.0", + "licenses": [ + { + "license": { + "name": "Expat license" + } + } + ], + "cpe": "cpe:2.3:a:johann_c__rocholl_project:python-pycodestyle:2.10.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pycodestyle@2.10.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rocholl_project:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rochollproject:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rochollproject:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rocholl_project:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycodestyle:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycodestyle:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycodestyle:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycodestyle:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rocholl:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rocholl:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rochollproject:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_project:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_project:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johannproject:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johannproject:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycodestyle:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycodestyle:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pycodestyle:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pycodestyle:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_c__rocholl:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann_project:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johannproject:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pycodestyle:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:johann:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pycodestyle:2.10.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pycodestyle-2.10.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pycodestyle-2.10.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pycodestyle-2.10.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pyflakes@3.0.1?package-id=25e9058a16a1de38", + "type": "library", + "author": "A lot of people ", + "name": "pyflakes", + "version": "3.0.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:a_lot_of_people_project:python-pyflakes:3.0.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pyflakes@3.0.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_people_project:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_peopleproject:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_peopleproject:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_people_project:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_people:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_people:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_peopleproject:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyflakes:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyflakes:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyflakes:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyflakes:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality_project:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_qualityproject:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:a_lot_of_people:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyflakes:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyflakes:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pyflakes:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pyflakes:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code-quality:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:code_quality:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pyflakes:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pyflakes:3.0.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pyflakes-3.0.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pyflakes-3.0.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pyflakes-3.0.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pygount@1.2.4?package-id=6d283570bff6cac", + "type": "library", + "author": "Thomas Aglassinger ", + "name": "pygount", + "version": "1.2.4", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:thomas_aglassinger_project:python-pygount:1.2.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pygount@1.2.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassinger_project:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassingerproject:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassingerproject:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassinger_project:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassinger:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassinger:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassingerproject:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori_project:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori_project:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakoriproject:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakoriproject:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pygount:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pygount:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pygount:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pygount:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:thomas_aglassinger:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori_project:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakoriproject:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pygount:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pygount:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pygount:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pygount:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:roskakori:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pygount:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pygount:1.2.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pygount-1.2.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pygount-1.2.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pygount-1.2.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest@7.2.0?package-id=b0b535ab01f35974", + "type": "library", + "author": "Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others", + "name": "pytest", + "version": "7.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python-pytest:7.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest@7.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others_project:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_othersproject:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:holger_krekel\\,_bruno_oliveira\\,_ronny_pfannschmidt\\,_floris_bruynooghe\\,_brianna_laugher\\,_florian_bruhin_and_others:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest:7.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest-7.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest-7.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest-7.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest-asyncio@0.20.2?package-id=fbf0f5eadee7f5b5", + "type": "library", + "author": "Tin Tvrtković ", + "name": "pytest-asyncio", + "version": "0.20.2", + "licenses": [ + { + "license": { + "name": "Apache 2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-pytest-asyncio:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-asyncio@0.20.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-asyncio:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_asyncio:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_asyncio:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester_project:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester_project:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchesterproject:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchesterproject:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-asyncio:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-asyncio:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_asyncio:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_asyncio:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-asyncio:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-asyncio:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_asyncio:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_asyncio:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester_project:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester_project:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchesterproject:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchesterproject:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-asyncio:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-asyncio:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_asyncio:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_asyncio:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:tinchester:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest-asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest_asyncio:0.20.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_asyncio-0.20.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_asyncio-0.20.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_asyncio-0.20.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest-cov@4.0.0?package-id=9bf5abdfdf2206ff", + "type": "library", + "author": "Marc Schlaich ", + "name": "pytest-cov", + "version": "4.0.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:marc_schlaich_project:python-pytest-cov:4.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-cov@4.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich_project:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaichproject:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaichproject:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-cov:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-cov:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_cov:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_cov:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich_project:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich_project:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc-schlaich:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc-schlaich:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaichproject:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaichproject:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-cov:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-cov:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_cov:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_cov:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-cov:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-cov:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_cov:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_cov:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc-schlaich:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc-schlaich:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:marc_schlaich:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-cov:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-cov:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_cov:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_cov:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest-cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest_cov:4.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_cov-4.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_cov-4.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_cov-4.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/pytest-ordering@0.6?package-id=38092a3f36c1f871", + "type": "library", + "author": "Frank Tobia ", + "name": "pytest-ordering", + "version": "0.6", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:python-pytest-ordering:python-pytest-ordering:0.6:*:*:*:*:*:*:*", + "purl": "pkg:pypi/pytest-ordering@0.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-ordering:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_ordering:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_ordering:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia_project:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia_project:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobiaproject:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobiaproject:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-ordering:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-ordering:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_ordering:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_ordering:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-ordering:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest-ordering:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_ordering:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest_ordering:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia_project:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia_project:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank-tobia:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank-tobia:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobiaproject:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobiaproject:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-ordering:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest-ordering:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_ordering:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest_ordering:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-pytest:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_pytest:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank-tobia:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank-tobia:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:frank_tobia:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:pytest:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest-ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:pytest_ordering:0.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_ordering-0.6.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_ordering-0.6.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/pytest_ordering-0.6.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.10.6?package-id=fe62cb9853bc861", + "type": "application", + "name": "python", + "version": "3.10.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.10.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/python3.10" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.10.6?package-id=d97291d37fc2de9e", + "type": "application", + "name": "python", + "version": "3.10.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.10.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/include/python3.10/patchlevel.h" + } + ] + }, + { + "bom-ref": "pkg:generic/python@3.10.6?package-id=5d2c9d300e3f43af", + "type": "application", + "name": "python", + "version": "3.10.6", + "cpe": "cpe:2.3:a:python_software_foundation:python:3.10.6:*:*:*:*:*:*:*", + "purl": "pkg:generic/python@3.10.6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "binary-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "BinaryMetadata" + }, + { + "name": "syft:package:type", + "value": "binary" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python:3.10.6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0" + } + ] + }, + { + "bom-ref": "pkg:pypi/python-dateutil@2.8.2?package-id=97021c251f80cdc7", + "type": "library", + "author": "Gustavo Niemeyer ", + "name": "python-dateutil", + "version": "2.8.2", + "licenses": [ + { + "license": { + "name": "Dual License" + } + } + ], + "cpe": "cpe:2.3:a:gustavo_niemeyer_project:python-dateutil:2.8.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/python-dateutil@2.8.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyerproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_niemeyer:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo_project:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_dateutil:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavoproject:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gustavo:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_dateutil:2.8.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=df85b29c8f43909b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3:python3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "90" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=e3cc849486deaf68", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-dev", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-dev@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_dev:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_dev:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "145" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-distutils@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=61e4a75f02a7074a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-distutils", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-distutils:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-distutils@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-distutils:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_distutils:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_distutils:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-distutils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-distutils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "757" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-lib2to3@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04&package-id=caad168a84a37bef", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-lib2to3", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-lib2to3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-lib2to3@3.10.6-1~22.04?arch=all&upstream=python3-stdlib-extensions&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-lib2to3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_lib2to3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_lib2to3:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-lib2to3/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-lib2to3.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "388" + }, + { + "name": "syft:metadata:source", + "value": "python3-stdlib-extensions" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04&package-id=fbe78f130788504d", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3-minimal", + "version": "3.10.6-1~22.04", + "cpe": "cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04?arch=amd64&upstream=python3-defaults&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "122" + }, + { + "name": "syft:metadata:source", + "value": "python3-defaults" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10@3.10.6-1~22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=be5e43ef9401815c", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10:python3.10:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10@3.10.6-1~22.04.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "620" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-dev@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=dc5ff6a72cc5515b", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-dev", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-dev:python3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-dev@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-dev:python3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_dev:python3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_dev:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-dev.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "510" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/python3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04&package-id=1b18a694f8b71132", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "python3.10-minimal", + "version": "3.10.6-1~22.04.2", + "licenses": [ + { + "license": { + "name": "By" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "Permission" + } + }, + { + "license": { + "name": "Redistribution" + } + }, + { + "license": { + "name": "This" + } + } + ], + "cpe": "cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/python3.10-minimal@3.10.6-1~22.04.2?arch=amd64&upstream=python3.10&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10-minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python3.10:python3.10_minimal:3.10.6-1\\~22.04.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/python3.10-minimal/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/python3.10-minimal.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "5910" + }, + { + "name": "syft:metadata:source", + "value": "python3.10" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04&package-id=f75c9db5e5c28a8", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "readline-common", + "version": "8.1.2-1", + "licenses": [ + { + "license": { + "name": "GFDL" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&upstream=readline&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/readline-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/readline-common.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "80" + }, + { + "name": "syft:metadata:source", + "value": "readline" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04&package-id=a8f26fa0c07717d0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rpcsvc-proto", + "version": "1.4.2-0ubuntu6", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "name": "GPL-2+-autoconf-exception" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "name": "GPL-3+-autoconf-exception" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "permissive-autoconf-m4" + } + }, + { + "license": { + "name": "permissive-autoconf-m4-no-warranty" + } + }, + { + "license": { + "name": "permissive-configure" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-makefile-in" + } + } + ], + "cpe": "cpe:2.3:a:rpcsvc-proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rpcsvc-proto@1.4.2-0ubuntu6?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc-proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc_proto:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc-proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:rpcsvc:rpcsvc_proto:1.4.2-0ubuntu6:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rpcsvc-proto/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rpcsvc-proto.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "245" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/rsync@3.2.3-8ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=a33baccf7140899", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "rsync", + "version": "3.2.3-8ubuntu3.1", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:rsync:rsync:3.2.3-8ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/rsync@3.2.3-8ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/rsync/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/rsync.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/rsync.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "742" + } + ] + }, + { + "bom-ref": "pkg:pypi/sdv@0.7.1?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-app-python-sdk.git%403e14c5926d77eeb7832a676dde6fe510ce087940&package-id=bccc44b9009d9e24", + "type": "library", + "name": "sdv", + "version": "0.7.1", + "cpe": "cpe:2.3:a:python-sdv:python-sdv:0.7.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sdv@0.7.1?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-app-python-sdk.git%403e14c5926d77eeb7832a676dde6fe510ce087940", + "externalReferences": [ + { + "url": "https://github.com/eclipse-velocitas/vehicle-app-python-sdk.git", + "comment": "commit: 3e14c5926d77eeb7832a676dde6fe510ce087940", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:python_sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:python-sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:python_sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:python-sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:python_sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:sdv:0.7.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv-0.7.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv-0.7.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv-0.7.1.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv-0.7.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/sdv-model@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-python.git%40ab9aa0b8c0040e51af9554b4741a4971f62384b4&package-id=76cc76b7136337f8", + "type": "library", + "name": "sdv-model", + "version": "0.3.0", + "cpe": "cpe:2.3:a:python-sdv-model:python-sdv-model:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/sdv-model@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-python.git%40ab9aa0b8c0040e51af9554b4741a4971f62384b4", + "externalReferences": [ + { + "url": "https://github.com/eclipse-velocitas/vehicle-model-python.git", + "comment": "commit: ab9aa0b8c0040e51af9554b4741a4971f62384b4", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv-model:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv_model:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv_model:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv-model:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv-model:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv_model:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv_model:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv-model:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv-model:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv_model:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv_model:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-sdv:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_sdv:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:python-sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:python_sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv-model:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv-model:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv_model:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv_model:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:sdv-model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sdv:sdv_model:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv_model-0.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv_model-0.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv_model-0.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/sdv_model-0.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=9e0edafed4c1eb1f", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sed", + "version": "4.8-1ubuntu2", + "licenses": [ + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:sed:sed:4.8-1ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sed@4.8-1ubuntu2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sed/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sed.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "328" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=52f96fb73b4eaec3", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sensible-utils", + "version": "0.0.17", + "licenses": [ + { + "license": { + "name": "All-permissive" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "configure" + } + }, + { + "license": { + "name": "installsh" + } + } + ], + "cpe": "cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sensible-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sensible-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "59" + } + ] + }, + { + "bom-ref": "pkg:pypi/setuptools@67.3.2?package-id=1ea6578e3130e076", + "type": "library", + "author": "Python Packaging Authority ", + "name": "setuptools", + "version": "67.3.2", + "cpe": "cpe:2.3:a:python_packaging_authority_project:python-setuptools:67.3.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/setuptools@67.3.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority_project:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authorityproject:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_packaging_authority:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig_project:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sigproject:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils-sig:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:distutils_sig:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:setuptools:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:setuptools:67.3.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/setuptools-67.3.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6?package-id=427c732667563529", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20211020170558-c049b76a60c6", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=39734427d2eae54d", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=a02a53ff16cc6516", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2?package-id=10992dea75132b26", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20220713155537-f223a00ba0e2", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20220713155537-f223a00ba0e2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd?package-id=493d8a51f430d98b", + "type": "library", + "name": "sigs.k8s.io/json", + "version": "v0.0.0-20221116044647-bc3834ca7abd", + "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20221116044647-bc3834ca7abd", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.10.1?package-id=7d9239f7d386611d", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.10.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.10.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.10.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:KgU7hfYoscuqag84kxtzKdEC3mKMb99DPI3a0eaV1d0=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=44156fde4f28db7d", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7YM7gW3kYBwtKvoY216ZzY+8hM+lV53LUayghNRJ0vM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=879e839d63f28d11", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1?package-id=50d28ab7bcf7a444", + "type": "library", + "name": "sigs.k8s.io/kustomize/api", + "version": "v0.12.1", + "cpe": "cpe:2.3:a:kustomize:api:v0.12.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/api@v0.12.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:7YM7gW3kYBwtKvoY216ZzY+8hM+lV53LUayghNRJ0vM=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.7?package-id=c1c1b3492a5737a3", + "type": "library", + "name": "sigs.k8s.io/kustomize/kustomize/v4", + "version": "v4.5.7", + "cpe": "cpe:2.3:a:kustomize:kustomize\\/v4:v4.5.7:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kustomize/v4@v4.5.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.0?package-id=8ace0e8535912c91", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.0", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.0:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:9c+ETyNfSrVhxvphs+K2dzT3dh5oVPPEqPOE/cUpScY=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=5f7cdc90b24d131e", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qz53EAaFFANyNgyOEJbT/yoIHygK40/ZcvU3rgry2Tk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=ba791c294b45a6f9", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9?package-id=b5633c2cc3a09f6c", + "type": "library", + "name": "sigs.k8s.io/kustomize/kyaml", + "version": "v0.13.9", + "cpe": "cpe:2.3:a:kustomize:kyaml:v0.13.9:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/kustomize/kyaml@v0.13.9", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:Qz53EAaFFANyNgyOEJbT/yoIHygK40/ZcvU3rgry2Tk=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2?package-id=748b8c743791b5b7", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2?package-id=f90c7be5af3bfc45", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.1.2", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.1.2:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.1.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=e836136be9e6e9e6", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1?package-id=375e20e00ac01d7d", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.1", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=4d1799a157407c27", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=85511f3b599b1ea3", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=48286d641c0ba972", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3?package-id=e2e4ee4d6489d2d3", + "type": "library", + "name": "sigs.k8s.io/structured-merge-diff/v4", + "version": "v4.2.3", + "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.3:*:*:*:*:*:*:*", + "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.3", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge_diff:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured-merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured_merge:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:structured:v4:v4.2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=f6ed6204b6fef2e5", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/containerd" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/containerd/containerd" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=e92ac15576e08bc8", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-buildx" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/buildx" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.2.0?package-id=df5621f3916d8bdd", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.2.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:0:path", + "value": "/usr/libexec/docker/cli-plugins/docker-compose" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.6" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/docker/compose/v2" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=cd571b87360a2bf4", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:27a7751a8cc17a29cebc03cdc2701d1d3cb044f53d828e95e2b8fb7d94f58406" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/opt/k9s-v0.27.3/bin/k9s" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/derailed/k9s" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=df72294f7eede400", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/bin/kubectl" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:mainModule", + "value": "k8s.io/kubernetes" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=8fed566cb960eaa4", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/dapr" + }, + { + "name": "syft:metadata:architecture", + "value": "x86_64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.17.9" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/dapr/cli" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=63ccd82d6ce0058", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/helm" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.18.10" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "helm.sh/helm/v3" + } + ] + }, + { + "bom-ref": "pkg:golang/sigs.k8s.io/yaml@v1.3.0?package-id=744db688df3b23b8", + "type": "library", + "name": "sigs.k8s.io/yaml", + "version": "v1.3.0", + "purl": "pkg:golang/sigs.k8s.io/yaml@v1.3.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "go-module-binary-cataloger" + }, + { + "name": "syft:package:language", + "value": "go" + }, + { + "name": "syft:package:metadataType", + "value": "GolangBinMetadata" + }, + { + "name": "syft:package:type", + "value": "go-module" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/bin/k3d" + }, + { + "name": "syft:metadata:architecture", + "value": "amd64" + }, + { + "name": "syft:metadata:goCompiledVersion", + "value": "go1.19.5" + }, + { + "name": "syft:metadata:h1Digest", + "value": "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=" + }, + { + "name": "syft:metadata:mainModule", + "value": "github.com/k3d-io/k3d/v5" + } + ] + }, + { + "bom-ref": "pkg:pypi/six@1.16.0?package-id=8f163a79e3d0a5bc", + "type": "library", + "author": "Benjamin Peterson ", + "name": "six", + "version": "1.16.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/six@1.16.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/six-1.16.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/six-1.16.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/six-1.16.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/smmap@5.0.0?package-id=f12bcddf68e30a57", + "type": "library", + "author": "Sebastian Thiel ", + "name": "smmap", + "version": "5.0.0", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:sebastian_thiel_project:python-smmap:5.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/smmap@5.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel_project:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel_project:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thielproject:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-smmap:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-smmap:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_smmap:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_smmap:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo_project:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimoproject:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sebastian_thiel:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-smmap:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_smmap:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smmap:python-smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smmap:python_smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:byronimo:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:smmap:smmap:5.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/smmap-5.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/smmap-5.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/smmap-5.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/stevedore@4.1.1?package-id=2e402ecdb1368c7d", + "type": "library", + "author": "OpenStack ", + "name": "stevedore", + "version": "4.1.1", + "licenses": [ + { + "license": { + "name": "UNKNOWN" + } + } + ], + "cpe": "cpe:2.3:a:openstack_discuss_project:python-stevedore:4.1.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stevedore@4.1.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss_project:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss_project:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discussproject:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stevedore:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stevedore:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stevedore:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stevedore:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack-discuss:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_discuss:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack_project:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstackproject:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stevedore:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stevedore:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stevedore:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stevedore:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:openstack:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stevedore:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stevedore:4.1.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stevedore-4.1.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stevedore-4.1.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stevedore-4.1.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/strace@5.16-0ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=85e11d03fe5ced20", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "strace", + "version": "5.16-0ubuntu3", + "cpe": "cpe:2.3:a:strace:strace:5.16-0ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/strace@5.16-0ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/strace/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/strace.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2000" + } + ] + }, + { + "bom-ref": "pkg:pypi/stringcase@1.2.0?package-id=d6e59aa10f53ac77", + "type": "library", + "author": "Taka Okunishi ", + "name": "stringcase", + "version": "1.2.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:okunishitaka_com_project:python-stringcase:1.2.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/stringcase@1.2.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com_project:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com_project:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_comproject:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi_project:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishiproject:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka-com:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:okunishitaka_com:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:taka_okunishi:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:stringcase:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:stringcase:1.2.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/stringcase-1.2.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=e0e23a3d72087a60", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sudo", + "version": "1.9.9-1ubuntu2.2", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "ISC" + } + }, + { + "license": { + "id": "Zlib" + } + }, + { + "license": { + "name": "other" + } + } + ], + "cpe": "cpe:2.3:a:sudo:sudo:1.9.9-1ubuntu2.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sudo@1.9.9-1ubuntu2.2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sudo/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sudo.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/sudo.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2504" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04&package-id=f8063f56f78cb3b4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "sysvinit-utils", + "version": "3.01-1ubuntu1", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + } + ], + "cpe": "cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&upstream=sysvinit&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/sysvinit-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/sysvinit-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "83" + }, + { + "name": "syft:metadata:source", + "value": "sysvinit" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/tar@1.34+dfsg-1build3?arch=amd64&distro=ubuntu-22.04&package-id=562ea8e1bdbc2217", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "tar", + "version": "1.34+dfsg-1build3", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tar:tar:1.34\\+dfsg-1build3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tar@1.34+dfsg-1build3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tar/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tar.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "956" + } + ] + }, + { + "bom-ref": "pkg:pypi/toml@0.10.2?package-id=f618912b79c936f9", + "type": "library", + "author": "William Pearson ", + "name": "toml", + "version": "0.10.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:william_pearson_project:python-toml:0.10.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/toml@0.10.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearsonproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:william_pearson:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri_project:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python-toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:python_toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiriproject:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:toml:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:uiri:toml:0.10.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/toml-0.10.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/tomli@2.0.1?package-id=87b71fc15e30d22", + "type": "library", + "author": "Taneli Hukkinen ", + "name": "tomli", + "version": "2.0.1", + "cpe": "cpe:2.3:a:taneli_hukkinen_\\", + "name": "tree", + "version": "2.0.2-1", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:tree:tree:2.0.2-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/tree@2.0.2-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/tree/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/tree.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "113" + } + ] + }, + { + "bom-ref": "pkg:pypi/types-mock@4.0.15.2?package-id=c1e955957223dca8", + "type": "library", + "name": "types-mock", + "version": "4.0.15.2", + "licenses": [ + { + "license": { + "name": "Apache-2.0 license" + } + } + ], + "cpe": "cpe:2.3:a:python-types-mock:python-types-mock:4.0.15.2:*:*:*:*:*:*:*", + "purl": "pkg:pypi/types-mock@4.0.15.2", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-mock:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_mock:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_mock:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-mock:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-mock:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_mock:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_mock:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-mock:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-mock:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_mock:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_mock:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:python-types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:python_types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-mock:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-mock:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_mock:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_mock:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:types-mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:types_mock:4.0.15.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_mock-4.0.15.2.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_mock-4.0.15.2.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_mock-4.0.15.2.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/types-protobuf@4.21.0.0?package-id=71560d952de274c0", + "type": "library", + "name": "types-protobuf", + "version": "4.21.0.0", + "licenses": [ + { + "license": { + "name": "Apache-2.0 license" + } + } + ], + "cpe": "cpe:2.3:a:python-types-protobuf:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/types-protobuf@4.21.0.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-protobuf:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_protobuf:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_protobuf:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-protobuf:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types-protobuf:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_protobuf:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types_protobuf:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-protobuf:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-protobuf:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_protobuf:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_protobuf:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-protobuf:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types-protobuf:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_protobuf:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types_protobuf:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-types:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_types:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:python-types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:python_types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:types-protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:types:types_protobuf:4.21.0.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_protobuf-4.21.0.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_protobuf-4.21.0.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/types_protobuf-4.21.0.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/typing-extensions@4.4.0?package-id=3bfda433ab61258e", + "type": "library", + "author": "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" ", + "name": "typing_extensions", + "version": "4.4.0", + "cpe": "cpe:2.3:a:python-typing-extensions:python-typing-extensions:4.4.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/typing_extensions@4.4.0", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing-extensions:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing_extensions:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing_extensions:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing-extensions:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing_extensions:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-typing:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_typing:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python-typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:python_typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing-extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:typing:typing_extensions:4.4.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/typing_extensions-4.4.0.dist-info/RECORD" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=405dbe4329b6695e", + "type": "library", + "publisher": "Dimitri John Ledkov ", + "name": "ubuntu-keyring", + "version": "2021.03.26", + "licenses": [ + { + "license": { + "name": "GPL" + } + } + ], + "cpe": "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ubuntu-keyring/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ubuntu-keyring.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "41" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=10f16b94e91d99f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "ucf", + "version": "3.0043", + "licenses": [ + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/ucf/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/ucf.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/ucf.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "232" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04&package-id=d9eac28ac4284834", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "unzip", + "version": "6.0-26ubuntu3.1", + "cpe": "cpe:2.3:a:unzip:unzip:6.0-26ubuntu3.1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/unzip@6.0-26ubuntu3.1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/unzip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/unzip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=1203a455265e2dcb", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "usrmerge", + "version": "25ubuntu2", + "licenses": [ + { + "license": { + "name": "GPL" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + } + ], + "cpe": "cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/usrmerge/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/usrmerge.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "200" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e6b1db7158e478c6", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "util-linux", + "version": "2.37.2-4ubuntu3", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "id": "BSD-4-Clause" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "name": "LGPL" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "id": "LGPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-3.0-or-later" + } + }, + { + "license": { + "id": "MIT" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/util-linux/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/util-linux.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/util-linux.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "3399" + } + ] + }, + { + "bom-ref": "pkg:pypi/velocitas-model-generator@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-generator.git%402a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc&package-id=a7f7bd4918b8a23b", + "type": "library", + "name": "velocitas-model-generator", + "version": "0.3.0", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "cpe": "cpe:2.3:a:python-velocitas-model-generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/velocitas-model-generator@0.3.0?vcs_url=git+https://github.com/eclipse-velocitas/vehicle-model-generator.git%402a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc", + "externalReferences": [ + { + "url": "https://github.com/eclipse-velocitas/vehicle-model-generator.git", + "comment": "commit: 2a5b699d8b8f8d223fcb82a8d5f9b377dfd6c5dc", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model-generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model_generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model-generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model_generator:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas-model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas_model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas-model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas_model:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:velocitas:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:velocitas-model-generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:velocitas_model_generator:0.3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/velocitas_model_generator-0.3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.3?arch=all&upstream=vim&distro=ubuntu-22.04&package-id=6289941af6270c33", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-common", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-common:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-common@2:8.2.3995-1ubuntu2.3?arch=all&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-common:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_common:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_common:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "376" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=59c57ad1d7a01009", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "vim-tiny", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:vim-tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/vim-tiny@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim-tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim_tiny:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim-tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vim:vim_tiny:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/vim-tiny/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/vim-tiny.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/vim-tiny.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "1718" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:pypi/virtualenv@20.16.7?package-id=6def55bc241a8b09", + "type": "library", + "author": "Bernat Gabor ", + "name": "virtualenv", + "version": "20.16.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:bernat_gabor_project:python-virtualenv:20.16.7:*:*:*:*:*:*:*", + "purl": "pkg:pypi/virtualenv@20.16.7", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gabor_project:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat_project:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat_project:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gaborproject:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gaborproject:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernatproject:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernatproject:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-virtualenv:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-virtualenv:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gabor_project:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat_project:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gabor:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gabor:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gaborproject:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernatproject:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-virtualenv:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_virtualenv:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:bernat_gabor:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:gaborjbernat:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:virtualenv:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:virtualenv:20.16.7:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/virtualenv-20.16.7.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/virtualenv-20.16.7.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/virtualenv-20.16.7.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/vss-tools@3.0?vcs_url=git+https://github.com/covesa/vss-tools%40a869c2b737e2b440ddd9609f692dff0cda57bfa6&package-id=2c068ff0f3ab9ae", + "type": "library", + "name": "vss-tools", + "version": "3.0", + "licenses": [ + { + "license": { + "name": "Mozilla Public License v2" + } + } + ], + "cpe": "cpe:2.3:a:python-vss-tools:python-vss-tools:3.0:*:*:*:*:*:*:*", + "purl": "pkg:pypi/vss-tools@3.0?vcs_url=git+https://github.com/covesa/vss-tools%40a869c2b737e2b440ddd9609f692dff0cda57bfa6", + "externalReferences": [ + { + "url": "https://github.com/covesa/vss-tools", + "comment": "commit: a869c2b737e2b440ddd9609f692dff0cda57bfa6", + "type": "vcs" + } + ], + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss-tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss_tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:python-vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:python_vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss-tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss_tools:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:vss-tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:vss:vss_tools:3.0:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/direct_url.json" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:3:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/vss_tools-3.0.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=7fe9e46d21ebd906", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "wget", + "version": "1.21.2-2ubuntu1", + "licenses": [ + { + "license": { + "id": "GFDL-1.2-only" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + } + ], + "cpe": "cpe:2.3:a:wget:wget:1.21.2-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/wget@1.21.2-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/wget/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/wget.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/wget.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "984" + } + ] + }, + { + "bom-ref": "pkg:pypi/wheel@0.38.4?package-id=6ff1117c95b18611", + "type": "library", + "author": "Daniel Holth ", + "name": "wheel", + "version": "0.38.4", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "cpe": "cpe:2.3:a:daniel_holth_project:python-wheel:0.38.4:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wheel@0.38.4", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth_project:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holthproject:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth_project:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholthproject:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:daniel_holth:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python-wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:python_wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:dholth:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wheel:wheel:0.38.4:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:0:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:1:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:cf730c030aee99716eb6b6b7f50ba14b8fb714c6df75259d485d04a99279b709" + }, + { + "name": "syft:location:2:path", + "value": "/usr/local/lib/python3.10/dist-packages/wheel-0.38.4.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:pypi/wrapt@1.14.1?package-id=1f71895a6613f005", + "type": "library", + "author": "Graham Dumpleton ", + "name": "wrapt", + "version": "1.14.1", + "licenses": [ + { + "license": { + "name": "BSD" + } + } + ], + "cpe": "cpe:2.3:a:graham_dumpleton_project:python-wrapt:1.14.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/wrapt@1.14.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton_project:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpletonproject:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham-dumpleton:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:graham_dumpleton:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-wrapt:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_wrapt:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python-wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:python_wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:wrapt:wrapt:1.14.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/wrapt-1.14.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/wrapt-1.14.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/wrapt-1.14.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=213b20b3cc5aa64a", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xauth", + "version": "1:1.1-1build2", + "cpe": "cpe:2.3:a:xauth:xauth:1\\:1.1-1build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xauth@1:1.1-1build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xauth/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xauth.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "77" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04&package-id=a2e6c5042a9826b9", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xxd", + "version": "2:8.2.3995-1ubuntu2.3", + "licenses": [ + { + "license": { + "name": "Apache" + } + }, + { + "license": { + "id": "Apache-2.0" + } + }, + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "id": "Artistic-1.0" + } + }, + { + "license": { + "id": "BSD-2-Clause" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + }, + { + "license": { + "name": "Compaq" + } + }, + { + "license": { + "name": "EDL-1" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "GPL-3.0-or-later" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "OPL-1+" + } + }, + { + "license": { + "name": "SRA" + } + }, + { + "license": { + "name": "UC" + } + }, + { + "license": { + "id": "Vim" + } + }, + { + "license": { + "name": "Vim-Regexp" + } + }, + { + "license": { + "id": "X11" + } + }, + { + "license": { + "name": "XPM" + } + }, + { + "license": { + "name": "public-domain" + } + } + ], + "cpe": "cpe:2.3:a:xxd:xxd:2\\:8.2.3995-1ubuntu2.3:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xxd@2:8.2.3995-1ubuntu2.3?arch=amd64&upstream=vim&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xxd/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xxd.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "274" + }, + { + "name": "syft:metadata:source", + "value": "vim" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/xz-utils@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=1965adeaac7f8766", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "xz-utils", + "version": "5.2.5-2ubuntu1", + "licenses": [ + { + "license": { + "name": "Autoconf" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "id": "GPL-3.0-only" + } + }, + { + "license": { + "id": "LGPL-2.0-only" + } + }, + { + "license": { + "id": "LGPL-2.1-only" + } + }, + { + "license": { + "id": "LGPL-2.1-or-later" + } + }, + { + "license": { + "name": "PD" + } + }, + { + "license": { + "name": "PD-debian" + } + }, + { + "license": { + "name": "config-h" + } + }, + { + "license": { + "name": "noderivs" + } + }, + { + "license": { + "name": "permissive-fsf" + } + }, + { + "license": { + "name": "permissive-nowarranty" + } + }, + { + "license": { + "name": "probably-PD" + } + } + ], + "cpe": "cpe:2.3:a:xz-utils:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/xz-utils@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz-utils:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_utils:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz_utils:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz-utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:xz:xz_utils:5.2.5-2ubuntu1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/xz-utils/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/xz-utils.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "372" + } + ] + }, + { + "bom-ref": "pkg:pypi/yarl@1.8.1?package-id=add9fab42c240ecb", + "type": "library", + "author": "Andrew Svetlov ", + "name": "yarl", + "version": "1.8.1", + "licenses": [ + { + "license": { + "name": "Apache 2" + } + } + ], + "cpe": "cpe:2.3:a:andrew_svetlov_project:python-yarl:1.8.1:*:*:*:*:*:*:*", + "purl": "pkg:pypi/yarl@1.8.1", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "python-package-cataloger" + }, + { + "name": "syft:package:language", + "value": "python" + }, + { + "name": "syft:package:metadataType", + "value": "PythonPackageMetadata" + }, + { + "name": "syft:package:type", + "value": "python" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov_project:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlovproject:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew-svetlov:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:andrew_svetlov:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python-yarl:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python_yarl:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python-yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:python_yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:python:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:yarl:yarl:1.8.1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:0:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/yarl-1.8.1.dist-info/METADATA" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:1:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/yarl-1.8.1.dist-info/RECORD" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:3b8bc0c1f324261eac6a511ede6bcf0354fce306f706c1c5e23bc12a3c4e4ea3" + }, + { + "name": "syft:location:2:path", + "value": "/home/vscode/.local/lib/python3.10/site-packages/yarl-1.8.1.dist-info/top_level.txt" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zip@3.0-12build2?arch=amd64&distro=ubuntu-22.04&package-id=3ab761d6826da7f4", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zip", + "version": "3.0-12build2", + "cpe": "cpe:2.3:a:zip:zip:3.0-12build2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zip@3.0-12build2?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zip/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zip.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "531" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=f235eea5b39ce085", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:c5ff2d88f67954bdcf1cfdd46fe3d683858d69c2cadd6660812edfc83726c654" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "164" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04&package-id=237cfa73ba9be6d0", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zlib1g-dev", + "version": "1:1.2.11.dfsg-2ubuntu9.2", + "licenses": [ + { + "license": { + "id": "Zlib" + } + } + ], + "cpe": "cpe:2.3:a:zlib1g-dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zlib1g-dev@1:1.2.11.dfsg-2ubuntu9.2?arch=amd64&upstream=zlib&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g-dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g_dev:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g-dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zlib1g:zlib1g_dev:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zlib1g-dev/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zlib1g-dev:amd64.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "592" + }, + { + "name": "syft:metadata:source", + "value": "zlib" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zsh@5.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=f1c01e38590dca86", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zsh", + "version": "5.8.1-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "PWS-Zsh-FAQ" + } + }, + { + "license": { + "name": "Zsh" + } + } + ], + "cpe": "cpe:2.3:a:zsh:zsh:5.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zsh@5.8.1-1?arch=amd64&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zsh/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zsh.md5sums" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "2468" + } + ] + }, + { + "bom-ref": "pkg:deb/ubuntu/zsh-common@5.8.1-1?arch=all&upstream=zsh&distro=ubuntu-22.04&package-id=e6100570b05a8f44", + "type": "library", + "publisher": "Ubuntu Developers ", + "name": "zsh-common", + "version": "5.8.1-1", + "licenses": [ + { + "license": { + "name": "Artistic" + } + }, + { + "license": { + "name": "BSD-3" + } + }, + { + "license": { + "name": "Expat" + } + }, + { + "license": { + "id": "GPL-1.0-only" + } + }, + { + "license": { + "id": "GPL-1.0-or-later" + } + }, + { + "license": { + "id": "GPL-2.0-only" + } + }, + { + "license": { + "id": "GPL-2.0-or-later" + } + }, + { + "license": { + "name": "PWS-Zsh-FAQ" + } + }, + { + "license": { + "name": "Zsh" + } + } + ], + "cpe": "cpe:2.3:a:zsh-common:zsh-common:5.8.1-1:*:*:*:*:*:*:*", + "purl": "pkg:deb/ubuntu/zsh-common@5.8.1-1?arch=all&upstream=zsh&distro=ubuntu-22.04", + "properties": [ + { + "name": "syft:package:foundBy", + "value": "dpkgdb-cataloger" + }, + { + "name": "syft:package:metadataType", + "value": "DpkgMetadata" + }, + { + "name": "syft:package:type", + "value": "deb" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh-common:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh_common:zsh-common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh_common:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh:zsh-common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:cpe23", + "value": "cpe:2.3:a:zsh:zsh_common:5.8.1-1:*:*:*:*:*:*:*" + }, + { + "name": "syft:location:0:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:0:path", + "value": "/usr/share/doc/zsh-common/copyright" + }, + { + "name": "syft:location:1:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:1:path", + "value": "/var/lib/dpkg/info/zsh-common.conffiles" + }, + { + "name": "syft:location:2:layerID", + "value": "sha256:bd9c18713f060e1b38120aeaa6f5ce322c83c695cf68fa8e9788288da482be8d" + }, + { + "name": "syft:location:2:path", + "value": "/var/lib/dpkg/info/zsh-common.md5sums" + }, + { + "name": "syft:location:3:layerID", + "value": "sha256:0c6b5025e854c8c1c1e6283459b7d8751994f96db8bfd46932848c60c50a9ce9" + }, + { + "name": "syft:location:3:path", + "value": "/var/lib/dpkg/status" + }, + { + "name": "syft:metadata:installedSize", + "value": "15293" + }, + { + "name": "syft:metadata:source", + "value": "zsh" + } + ] + }, + { + "type": "operating-system", + "name": "ubuntu", + "version": "22.04", + "description": "Ubuntu 22.04.2 LTS", + "swid": { + "tagId": "ubuntu", + "name": "ubuntu", + "version": "22.04" + }, + "externalReferences": [ + { + "url": "https://bugs.launchpad.net/ubuntu/", + "type": "issue-tracker" + }, + { + "url": "https://www.ubuntu.com/", + "type": "website" + }, + { + "url": "https://help.ubuntu.com/", + "comment": "support", + "type": "other" + }, + { + "url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", + "comment": "privacyPolicy", + "type": "other" + } + ], + "properties": [ + { + "name": "syft:distro:id", + "value": "ubuntu" + }, + { + "name": "syft:distro:idLike:0", + "value": "debian" + }, + { + "name": "syft:distro:prettyName", + "value": "Ubuntu 22.04.2 LTS" + }, + { + "name": "syft:distro:versionCodename", + "value": "jammy" + }, + { + "name": "syft:distro:versionID", + "value": "22.04" + } + ] + } + ] +} diff --git a/SBOM/python.spdx.json b/SBOM/python.spdx.json new file mode 100644 index 0000000..f2bcbfa --- /dev/null +++ b/SBOM/python.spdx.json @@ -0,0 +1,261599 @@ +{ + "spdxVersion": "SPDX-2.3", + "dataLicense": "CC0-1.0", + "SPDXID": "SPDXRef-DOCUMENT", + "name": "ghcr.io/eclipse-velocitas/devcontainer-base-images/python:85f82712e26eaacd72c0a46fae6faf5f0aaee08d", + "documentNamespace": "https://anchore.com/syft/image/ghcr.io/eclipse-velocitas/devcontainer-base-images/python-85f82712e26eaacd72c0a46fae6faf5f0aaee08d-3b9e34a4-ac93-472e-92ef-1271ef082612", + "creationInfo": { + "licenseListVersion": "3.19", + "creators": [ + "Organization: Anchore, Inc", + "Tool: syft-0.72.0" + ], + "created": "2023-02-20T14:04:47Z" + }, + "packages": [ + { + "name": "./staging/src/k8s.io/api", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-api-a7ba6c1c69e8abec", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/api:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/api@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/apimachinery", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-apimachinery-e3c9086498205d9f", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/apimachinery:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/apimachinery@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/cli-runtime", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-cli-runtime-d55454f8e24be9d7", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/cli-runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/cli_runtime:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/cli-runtime@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/client-go", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-client-go-60743bd88a0cd850", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/client-go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/client_go:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/client-go@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/component-base", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-component-base-8a538c77a9c50e1d", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component-base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component_base:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/component-base@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/component-helpers", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-component-helpers-71a011bb031a51d4", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component-helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/component_helpers:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/component-helpers@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/kubectl", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-kubectl-620dbfe7cfcdd1e", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/kubectl:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/kubectl@(devel)" + } + ] + }, + { + "name": "./staging/src/k8s.io/metrics", + "SPDXID": "SPDXRef-Package-go-module-.-staging-src-k8s.io-metrics-eb426049f975549e", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:staging:src\\/k8s.io\\/metrics:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/./staging/src/k8s.io/metrics@(devel)" + } + ] + }, + { + "name": "Deprecated", + "SPDXID": "SPDXRef-Package-python-Deprecated-f0c1ad2301cef1a3", + "versionInfo": "1.2.13", + "originator": "Person: Laurent LAPORTE (tantale.solutions@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/Deprecated-1.2.13.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions_project:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions_project:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutionsproject:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutionsproject:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte_project:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte_project:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporteproject:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporteproject:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions_project:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale-solutions:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale-solutions:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutionsproject:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte_project:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporteproject:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Deprecated:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Deprecated:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale-solutions:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tantale_solutions:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:laurent_laporte:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Deprecated:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:Deprecated:1.2.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/Deprecated@1.2.13" + } + ] + }, + { + "name": "GitPython", + "SPDXID": "SPDXRef-Package-python-GitPython-1c9ae3f514a876c9", + "versionInfo": "3.1.29", + "originator": "Person: Sebastian Thiel, Michael Trier (byronimo@gmail.com, mtrier@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/GitPython-3.1.29.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-BSD", + "licenseDeclared": "LicenseRef-BSD", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier_project:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trierproject:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel\\,_michael_trier:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:GitPython:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:GitPython:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:GitPython:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:GitPython:3.1.29:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/GitPython@3.1.29" + } + ] + }, + { + "name": "PyYAML", + "SPDXID": "SPDXRef-Package-python-PyYAML-a639e6b2319fd9b3", + "versionInfo": "6.0", + "originator": "Person: Kirill Simonov (xi@resolvent.net)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/PyYAML-6.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonovproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kirill_simonov:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi_project:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:python-PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:python_PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xiproject:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PyYAML:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xi:PyYAML:6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/PyYAML@6.0" + } + ] + }, + { + "name": "Pygments", + "SPDXID": "SPDXRef-Package-python-Pygments-39b65c05e50a663e", + "versionInfo": "2.13.0", + "originator": "Person: Georg Brandl (georg@python.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/Pygments-2.13.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-BSD License", + "licenseDeclared": "LicenseRef-BSD License", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl_project:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandlproject:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_project:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:python-Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:python_Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg_brandl:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georgproject:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pygments:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:georg:Pygments:2.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/Pygments@2.13.0" + } + ] + }, + { + "name": "adduser", + "SPDXID": "SPDXRef-Package-deb-adduser-beb2c782b79b17bb", + "versionInfo": "3.118ubuntu5", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/adduser/copyright, /var/lib/dpkg/info/adduser.conffiles, /var/lib/dpkg/info/adduser.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "aiohttp", + "SPDXID": "SPDXRef-Package-python-aiohttp-d72649ae1b011eca", + "versionInfo": "3.8.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2", + "licenseDeclared": "LicenseRef-Apache 2", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiohttp:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiohttp:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiohttp:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:aiohttp:3.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/aiohttp@3.8.3" + } + ] + }, + { + "name": "aiosignal", + "SPDXID": "SPDXRef-Package-python-aiosignal-65b174d261f6d81d", + "versionInfo": "1.3.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/aiosignal-1.3.1.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2.0", + "licenseDeclared": "LicenseRef-Apache 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiosignal:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiosignal:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aiosignal:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:aiosignal:1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/aiosignal@1.3.1" + } + ] + }, + { + "name": "anytree", + "SPDXID": "SPDXRef-Package-python-anytree-11101372c53d273", + "versionInfo": "2.8.0", + "originator": "Person: c0fec0de (c0fec0de@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/anytree-2.8.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2.0", + "licenseDeclared": "LicenseRef-Apache 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de_project:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0deproject:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:c0fec0de:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anytree:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:anytree:2.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/anytree@2.8.0" + } + ] + }, + { + "name": "apipkg", + "SPDXID": "SPDXRef-Package-python-apipkg-bb853766feaaf83", + "versionInfo": "2.0.0", + "originator": "Person: holger krekel", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/py/_vendored_packages/apipkg-2.0.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel_project:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel_project:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekelproject:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekelproject:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel_project:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekelproject:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apipkg:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apipkg:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:holger_krekel:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apipkg:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:apipkg:2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/apipkg@2.0.0" + } + ] + }, + { + "name": "apt", + "SPDXID": "SPDXRef-Package-deb-apt-e0c5b614f99980fd", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt/copyright, /var/lib/dpkg/info/apt.conffiles, /var/lib/dpkg/info/apt.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt@2.4.8?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "apt-transport-https", + "SPDXID": "SPDXRef-Package-deb-apt-transport-https-edaf197ad3966aae", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt-transport-https/copyright, /var/lib/dpkg/info/apt-transport-https.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport-https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport-https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport_https:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport_https:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_transport:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt-transport-https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt_transport_https:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt-transport-https@2.4.8?arch=all&upstream=apt&distro=ubuntu-22.04" + } + ] + }, + { + "name": "apt-utils", + "SPDXID": "SPDXRef-Package-deb-apt-utils-8d54906ac56119ca", + "versionInfo": "2.4.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/apt-utils/copyright, /var/lib/dpkg/info/apt-utils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-GPLv2+", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-GPLv2+", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt-utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_utils:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt_utils:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt-utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apt:apt_utils:2.4.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/apt-utils@2.4.8?arch=amd64&upstream=apt&distro=ubuntu-22.04" + } + ] + }, + { + "name": "async-timeout", + "SPDXID": "SPDXRef-Package-python-async-timeout-956e0d8c49a3e315", + "versionInfo": "4.0.2", + "originator": "Person: Andrew Svetlov \u003candrew.svetlov@gmail.com\u003e (andrew.svetlov@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/async_timeout-4.0.2.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2", + "licenseDeclared": "LicenseRef-Apache 2", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\_project:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\_project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\project:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\_project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\_project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_\\:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_project:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_project:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlovproject:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlovproject:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async-timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async-timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async_timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async_timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_project:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov_project:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew-svetlov:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew-svetlov:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlovproject:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlovproject:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async-timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async-timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async_timeout:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async_timeout:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async-timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async-timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async_timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async_timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew-svetlov:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew-svetlov:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:andrew_svetlov:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async-timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async-timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async_timeout:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async_timeout:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async:python-async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async:python_async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async:async-timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:async:async_timeout:4.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/async-timeout@4.0.2" + } + ] + }, + { + "name": "attrs", + "SPDXID": "SPDXRef-Package-python-attrs-ed9169a2fa83d9b1", + "versionInfo": "22.1.0", + "originator": "Person: Hynek Schlawack (hs@ox.cx)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/attrs-22.1.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack_project:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack_project:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawackproject:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawackproject:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack_project:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawackproject:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs_project:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs_project:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hsproject:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hsproject:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hynek_schlawack:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:attrs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:attrs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs_project:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs:python-attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs:python_attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hsproject:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:attrs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hs:attrs:22.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/attrs@22.1.0" + } + ] + }, + { + "name": "bandit", + "SPDXID": "SPDXRef-Package-python-bandit-9611fd28178a1622", + "versionInfo": "1.7.4", + "originator": "Person: PyCQA (code-quality@python.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/bandit-1.7.4.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache-2.0 license", + "licenseDeclared": "LicenseRef-Apache-2.0 license", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality_project:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality_project:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_qualityproject:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_qualityproject:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality_project:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa_project:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa_project:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code-quality:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code-quality:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_qualityproject:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqaproject:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqaproject:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bandit:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bandit:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa_project:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code-quality:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_quality:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa:python-bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa:python_bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqaproject:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bandit:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pycqa:bandit:1.7.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/bandit@1.7.4" + } + ] + }, + { + "name": "base-files", + "SPDXID": "SPDXRef-Package-deb-base-files-495616805b000f97", + "versionInfo": "12ubuntu4.3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/base-files/copyright, /var/lib/dpkg/info/base-files.conffiles, /var/lib/dpkg/info/base-files.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GPL", + "licenseDeclared": "LicenseRef-GPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_files:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_files:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base-files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base_files:12ubuntu4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/base-files@12ubuntu4.3?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "base-passwd", + "SPDXID": "SPDXRef-Package-deb-base-passwd-2dc30f0c723c4104", + "versionInfo": "3.5.52build1", + "originator": "Person: Colin Watson \u003ccjwatson@debian.org\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/base-passwd/copyright, /var/lib/dpkg/info/base-passwd.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LicenseRef-public-domain", + "licenseDeclared": "GPL-2.0-only AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bash", + "SPDXID": "SPDXRef-Package-deb-bash-1aa996791a004a64", + "versionInfo": "5.1-6ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bash/copyright, /var/lib/dpkg/info/bash.conffiles, /var/lib/dpkg/info/bash.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-3.0-only", + "licenseDeclared": "GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bash:bash:5.1-6ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bash@5.1-6ubuntu1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils", + "SPDXID": "SPDXRef-Package-deb-binutils-b4c7a22c085662f7", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils/copyright, /var/lib/dpkg/info/binutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils@2.38-4ubuntu2.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils-common", + "SPDXID": "SPDXRef-Package-deb-binutils-common-e2623ee51e32c18f", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils-common/copyright, /var/lib/dpkg/info/binutils-common:amd64.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_common:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_common:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils-common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils_common:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils-common@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04" + } + ] + }, + { + "name": "binutils-x86-64-linux-gnu", + "SPDXID": "SPDXRef-Package-deb-binutils-x86-64-linux-gnu-4180148e453555d4", + "versionInfo": "2.38-4ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/binutils-common/copyright, /var/lib/dpkg/info/binutils-x86-64-linux-gnu.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux-gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux_gnu:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64-linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64_linux:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86-64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86_64:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils-x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils_x86:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils-x86-64-linux-gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:binutils:binutils_x86_64_linux_gnu:2.38-4ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/binutils-x86-64-linux-gnu@2.38-4ubuntu2.1?arch=amd64&upstream=binutils&distro=ubuntu-22.04" + } + ] + }, + { + "name": "black", + "SPDXID": "SPDXRef-Package-python-black-de9d070c0cf0648d", + "versionInfo": "23.1.0", + "originator": "Person: Łukasz Langa \u003clukasz@langa.pl\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/black-23.1.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/black-23.1.0.dist-info/RECORD", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-black:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_black:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:black:python-black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:black:python_black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:black:black:23.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/black@23.1.0" + } + ] + }, + { + "name": "bsdextrautils", + "SPDXID": "SPDXRef-Package-deb-bsdextrautils-6d55e9ae42e2188f", + "versionInfo": "2.37.2-4ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bsdextrautils/copyright, /var/lib/dpkg/info/bsdextrautils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "licenseDeclared": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bsdextrautils:bsdextrautils:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bsdextrautils@2.37.2-4ubuntu3?arch=amd64&upstream=util-linux&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bsdutils", + "SPDXID": "SPDXRef-Package-deb-bsdutils-b9eea47b0ea54f38", + "versionInfo": "1:2.37.2-4ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bsdutils/copyright, /var/lib/dpkg/info/bsdutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "licenseDeclared": "BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LicenseRef-LGPL AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bsdutils@1:2.37.2-4ubuntu3?arch=amd64&upstream=util-linux%402.37.2-4ubuntu3&distro=ubuntu-22.04" + } + ] + }, + { + "name": "build", + "SPDXID": "SPDXRef-Package-python-build-fd5053c6118b5eb2", + "versionInfo": "0.9.0", + "originator": "Person: Filipe Laíns (lains@riseup.net)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/build-0.9.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains_project:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains_project:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lainsproject:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lainsproject:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains_project:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains:python-build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains:python_build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lainsproject:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lains:build:0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/build@0.9.0" + } + ] + }, + { + "name": "build-essential", + "SPDXID": "SPDXRef-Package-deb-build-essential-2fdad3f830fb2828", + "versionInfo": "12.9ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/build-essential/copyright, /var/lib/dpkg/info/build-essential.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GPL", + "licenseDeclared": "LicenseRef-GPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build-essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build-essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build_essential:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build_essential:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:build-essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:build:build_essential:12.9ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/build-essential@12.9ubuntu3?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "bzip2", + "SPDXID": "SPDXRef-Package-deb-bzip2-b6d5a98b6e51f667", + "versionInfo": "1.0.8-5build1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/bzip2/copyright, /var/lib/dpkg/info/bzip2.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-BSD-variant AND GPL-2.0-only", + "licenseDeclared": "LicenseRef-BSD-variant AND GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:bzip2:bzip2:1.0.8-5build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/bzip2@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "ca-certificates", + "SPDXID": "SPDXRef-Package-deb-ca-certificates-e576e0213b4f9645", + "versionInfo": "20211016ubuntu0.22.04.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/ca-certificates/copyright, /var/lib/dpkg/info/ca-certificates.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND GPL-2.0-or-later AND MPL-2.0", + "licenseDeclared": "GPL-2.0-only AND GPL-2.0-or-later AND MPL-2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca-certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca-certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca_certificates:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca_certificates:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca:ca-certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ca:ca_certificates:20211016ubuntu0.22.04.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/ca-certificates@20211016ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "cfgv", + "SPDXID": "SPDXRef-Package-python-cfgv-983b42dc4b50fd60", + "versionInfo": "3.3.1", + "originator": "Person: Anthony Sottile (asottile@umich.edu)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/cfgv-3.3.1.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile_project:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:anthony_sottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottileproject:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:python-cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:python_cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asottile:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cfgv:cfgv:3.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/cfgv@3.3.1" + } + ] + }, + { + "name": "charset-normalizer", + "SPDXID": "SPDXRef-Package-python-charset-normalizer-767be7677d37e610", + "versionInfo": "2.1.1", + "originator": "Person: Ahmed TAHRI @Ousret (ahmed.tahri@cloudnursery.dev)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/charset_normalizer-2.1.1.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousretproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_\\@ousret:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri_project:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahriproject:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset-normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset_normalizer:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed-tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ahmed_tahri:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:charset:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:charset-normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:charset_normalizer:2.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/charset-normalizer@2.1.1" + } + ] + }, + { + "name": "click", + "SPDXID": "SPDXRef-Package-python-click-161b200584e74811", + "versionInfo": "8.1.3", + "originator": "Person: Armin Ronacher (armin.ronacher@active-4.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/click-8.1.3.dist-info/top_level.txt", + "licenseConcluded": "BSD-3-Clause", + "licenseDeclared": "BSD-3-Clause", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher_project:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacherproject:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin-ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:armin_ronacher:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:click:python-click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:click:python_click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:click:click:8.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/click@8.1.3" + } + ] + }, + { + "name": "cloud.google.com/go", + "SPDXID": "SPDXRef-Package-go-module-cloud.google.com-go-90101951e7583a4a", + "versionInfo": "v0.99.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "cbf70cda2a868068b90f90d0665e83f524cdff7751fd5c79329f2cef9da82536" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/cloud.google.com/go@v0.99.0" + } + ] + }, + { + "name": "cloud.google.com/go/compute/metadata", + "SPDXID": "SPDXRef-Package-go-module-cloud.google.com-go-compute-metadata-b84da58f6c6c5caf", + "versionInfo": "v0.2.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:compute\\/metadata:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/cloud.google.com/go/compute/metadata@v0.2.1" + } + ] + }, + { + "name": "cloudevents", + "SPDXID": "SPDXRef-Package-python-cloudevents-412652623e038075", + "versionInfo": "1.7.1", + "originator": "Person: The Cloud Events Contributors (cncfcloudevents@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/cloudevents-1.7.1.dist-info/top_level.txt", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors_project:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors_project:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributorsproject:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributorsproject:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors_project:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributorsproject:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents_project:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents_project:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudeventsproject:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudeventsproject:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloud_events_contributors:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents_project:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudeventsproject:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloudevents:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloudevents:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cncfcloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cloudevents:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:cloudevents:1.7.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/cloudevents@1.7.1" + } + ] + }, + { + "name": "coreutils", + "SPDXID": "SPDXRef-Package-deb-coreutils-a18fe302f5cd7551", + "versionInfo": "8.32-4.1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/coreutils/copyright, /var/lib/dpkg/info/coreutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-3.0-only", + "licenseDeclared": "GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "coverage", + "SPDXID": "SPDXRef-Package-python-coverage-d4569996dc67b7f2", + "versionInfo": "6.5.0", + "originator": "Person: Ned Batchelder and 161 others (ned@nedbatchelder.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/coverage-6.5.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2.0", + "licenseDeclared": "LicenseRef-Apache 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others_project:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others_project:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_othersproject:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_othersproject:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others_project:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_othersproject:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_batchelder_and_161_others:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_project:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_project:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:nedproject:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:nedproject:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned_project:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned:python-coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned:python_coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:nedproject:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ned:coverage:6.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/coverage@6.5.0" + } + ] + }, + { + "name": "coverage2clover", + "SPDXID": "SPDXRef-Package-python-coverage2clover-51298a5e723960ed", + "versionInfo": "3.3.0", + "originator": "Person: tumbler (zimbler@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/coverage2clover-3.3.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Beer License", + "licenseDeclared": "LicenseRef-Beer License", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage2clover:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage2clover:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler_project:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler_project:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler_project:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler_project:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumblerproject:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumblerproject:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimblerproject:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimblerproject:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coverage2clover:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler_project:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler_project:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumblerproject:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimblerproject:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tumbler:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zimbler:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:coverage2clover:3.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/coverage2clover@3.3.0" + } + ] + }, + { + "name": "coveragepy-lcov", + "SPDXID": "SPDXRef-Package-python-coveragepy-lcov-4faa7e14c77cd8a0", + "versionInfo": "0.1.2", + "originator": "Person: Chay Choong (chaychoong@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/coveragepy_lcov-0.1.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/coveragepy_lcov-0.1.2.dist-info/RECORD", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy-lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy-lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy_lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy_lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong_project:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong_project:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choongproject:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choongproject:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong_project:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong_project:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoongproject:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoongproject:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy-lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy-lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy_lcov:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy_lcov:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy-lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy-lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy_lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy_lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong_project:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong_project:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choongproject:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choongproject:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong_project:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong_project:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoongproject:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoongproject:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy-lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy-lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy_lcov:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy_lcov:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chay_choong:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chaychoong:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coveragepy:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:coveragepy-lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:coveragepy_lcov:0.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/coveragepy-lcov@0.1.2" + } + ] + }, + { + "name": "cpp", + "SPDXID": "SPDXRef-Package-deb-cpp-7c43cb1abc1ea22b", + "versionInfo": "4:11.2.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/cpp/copyright, /var/lib/dpkg/info/cpp.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp:cpp:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/cpp@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04" + } + ] + }, + { + "name": "cpp-11", + "SPDXID": "SPDXRef-Package-deb-cpp-11-9734c0a718f26d8d", + "versionInfo": "11.3.0-1ubuntu1~22.04", + "originator": "Person: Ubuntu Core developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gcc-11-base/copyright, /var/lib/dpkg/info/cpp-11.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp-11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp-11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp_11:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp_11:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp:cpp-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpp:cpp_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/cpp-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04" + } + ] + }, + { + "name": "curl", + "SPDXID": "SPDXRef-Package-deb-curl-3bcef4cc6e798607", + "versionInfo": "7.81.0-1ubuntu1.7", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/curl/copyright, /var/lib/dpkg/info/curl.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND BSD-4-Clause AND ISC AND curl AND LicenseRef-other AND LicenseRef-public-domain", + "licenseDeclared": "BSD-3-Clause AND BSD-4-Clause AND ISC AND curl AND LicenseRef-other AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "dapr", + "SPDXID": "SPDXRef-Package-python-dapr-85e83752f894c360", + "versionInfo": "1.8.3", + "originator": "Person: Dapr Authors (daprweb@microsoft.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/dapr-1.8.3.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache", + "licenseDeclared": "LicenseRef-Apache", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors_project:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors_project:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authorsproject:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authorsproject:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb_project:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb_project:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprwebproject:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprwebproject:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors_project:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authorsproject:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb_project:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprwebproject:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr_authors:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:python-dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:python_dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daprweb:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:dapr:1.8.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/dapr@1.8.3" + } + ] + }, + { + "name": "dash", + "SPDXID": "SPDXRef-Package-deb-dash-76eb7646b9928e21", + "versionInfo": "0.5.11+git20210903+057cd650a4ed-3build1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/dash/copyright, /var/lib/dpkg/info/dash.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND BSD-3-Clause AND LicenseRef-Expat AND FSFUL AND FSFULLR AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain", + "licenseDeclared": "BSD-3-Clause AND BSD-3-Clause AND LicenseRef-Expat AND FSFUL AND FSFULLR AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/dash@0.5.11+git20210903+057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "debconf", + "SPDXID": "SPDXRef-Package-deb-debconf-ba6ae115e086a33", + "versionInfo": "1.5.79ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/debconf/copyright, /var/lib/dpkg/info/debconf.conffiles, /var/lib/dpkg/info/debconf.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause", + "licenseDeclared": "BSD-2-Clause", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "debianutils", + "SPDXID": "SPDXRef-Package-deb-debianutils-a9ff325f7c9b2628", + "versionInfo": "5.5-1ubuntu2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/debianutils/copyright, /var/lib/dpkg/info/debianutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "deprecation", + "SPDXID": "SPDXRef-Package-python-deprecation-57f9a9d3aa9ac880", + "versionInfo": "2.1.0", + "originator": "Person: Brian Curtin (brian@python.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/deprecation-2.1.0.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2", + "licenseDeclared": "LicenseRef-Apache 2", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtinproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtinproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_project:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_project:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtinproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brianproject:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brianproject:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:deprecation:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:deprecation:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_project:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian:python-deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian:python_deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brianproject:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:deprecation:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:brian:deprecation:2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/deprecation@2.1.0" + } + ] + }, + { + "name": "dialog", + "SPDXID": "SPDXRef-Package-deb-dialog-d98564e59f87126a", + "versionInfo": "1.3-20211214-1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/dialog/copyright, /var/lib/dpkg/info/dialog.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LGPL-2.1-only", + "licenseDeclared": "LGPL-2.1-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dialog:dialog:1.3-20211214-1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/dialog@1.3-20211214-1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "diffutils", + "SPDXID": "SPDXRef-Package-deb-diffutils-81125e182d97b45c", + "versionInfo": "1:3.8-0ubuntu2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/diffutils/copyright, /var/lib/dpkg/info/diffutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-GFDL AND LicenseRef-GPL", + "licenseDeclared": "LicenseRef-GFDL AND LicenseRef-GPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/diffutils@1:3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "dirmngr", + "SPDXID": "SPDXRef-Package-deb-dirmngr-7b292587dad44291", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/dirmngr/copyright, /var/lib/dpkg/info/dirmngr.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "distlib", + "SPDXID": "SPDXRef-Package-python-distlib-11eb434c684b8532", + "versionInfo": "0.3.6", + "originator": "Person: Vinay Sajip (vinay_sajip@red-dove.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/distlib-0.3.6.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Python license", + "licenseDeclared": "LicenseRef-Python license", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip_project:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip_project:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajipproject:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajipproject:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip_project:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay-sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay-sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajipproject:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distlib:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distlib:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay-sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vinay_sajip:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distlib:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:distlib:0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/distlib@0.3.6" + } + ] + }, + { + "name": "distro-info-data", + "SPDXID": "SPDXRef-Package-deb-distro-info-data-4db3a552cee09760", + "versionInfo": "0.52ubuntu0.2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/distro-info-data/copyright, /var/lib/dpkg/info/distro-info-data.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "ISC", + "licenseDeclared": "ISC", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.2?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "dpkg", + "SPDXID": "SPDXRef-Package-deb-dpkg-83faf60de9ea4af6", + "versionInfo": "1.21.1ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/dpkg/copyright, /var/lib/dpkg/info/dpkg.conffiles, /var/lib/dpkg/info/dpkg.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain-md5 AND LicenseRef-public-domain-s-s-d", + "licenseDeclared": "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain-md5 AND LicenseRef-public-domain-s-s-d", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "dpkg-dev", + "SPDXID": "SPDXRef-Package-deb-dpkg-dev-cb0014cad8fa82f5", + "versionInfo": "1.21.1ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/dpkg-dev/copyright, /var/lib/dpkg/info/dpkg-dev.conffiles, /var/lib/dpkg/info/dpkg-dev.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain-md5 AND LicenseRef-public-domain-s-s-d", + "licenseDeclared": "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-public-domain-md5 AND LicenseRef-public-domain-s-s-d", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg-dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg-dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg_dev:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg_dev:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg:dpkg-dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dpkg:dpkg_dev:1.21.1ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/dpkg-dev@1.21.1ubuntu2.1?arch=all&upstream=dpkg&distro=ubuntu-22.04" + } + ] + }, + { + "name": "e2fsprogs", + "SPDXID": "SPDXRef-Package-deb-e2fsprogs-382e25294ecd1c0a", + "versionInfo": "1.46.5-2ubuntu1.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/e2fsprogs/copyright, /var/lib/dpkg/info/e2fsprogs.conffiles, /var/lib/dpkg/info/e2fsprogs.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND LGPL-2.0-only", + "licenseDeclared": "GPL-2.0-only AND LGPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "exceptiongroup", + "SPDXID": "SPDXRef-Package-python-exceptiongroup-ac7cb85a59cab8ba", + "versionInfo": "1.0.4", + "originator": "Person: Alex Grönholm \u003calex.gronholm@nextday.fi\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/exceptiongroup-1.0.4.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/exceptiongroup-1.0.4.dist-info/RECORD", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exceptiongroup:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exceptiongroup:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exceptiongroup:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:exceptiongroup:1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/exceptiongroup@1.0.4" + } + ] + }, + { + "name": "fakeroot", + "SPDXID": "SPDXRef-Package-deb-fakeroot-8b72e67aa9032486", + "versionInfo": "1.28-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/fakeroot/copyright, /var/lib/dpkg/info/fakeroot.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GPL-3.0-only", + "licenseDeclared": "LicenseRef-Artistic AND GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fakeroot:fakeroot:1.28-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/fakeroot@1.28-1ubuntu1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "filelock", + "SPDXID": "SPDXRef-Package-python-filelock-e8e312060ece063", + "versionInfo": "3.8.0", + "originator": "Person: Benedikt Schmitt (benedikt@benediktschmitt.de)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/filelock-3.8.0.dist-info/top_level.txt", + "licenseConcluded": "Unlicense", + "licenseDeclared": "Unlicense", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt_project:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt_project:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmittproject:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmittproject:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt_project:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_project:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_project:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmittproject:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benediktproject:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benediktproject:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_project:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt_schmitt:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benediktproject:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:filelock:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:filelock:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:benedikt:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:filelock:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:filelock:3.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/filelock@3.8.0" + } + ] + }, + { + "name": "findutils", + "SPDXID": "SPDXRef-Package-deb-findutils-223bcf78f09e2f2c", + "versionInfo": "4.8.0-1ubuntu3", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/findutils/copyright, /var/lib/dpkg/info/findutils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GFDL-1.3-only AND GPL-3.0-only", + "licenseDeclared": "GFDL-1.3-only AND GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "flake8", + "SPDXID": "SPDXRef-Package-python-flake8-80ff032a7096397a", + "versionInfo": "6.0.0", + "originator": "Person: Tarek Ziade (tarek@ziade.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/flake8-6.0.0.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade_project:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade_project:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziadeproject:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziadeproject:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_project:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_project:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade_project:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarekproject:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarekproject:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziadeproject:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:flake8:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:flake8:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_project:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek:python-flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek:python_flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarekproject:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek_ziade:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:flake8:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tarek:flake8:6.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/flake8@6.0.0" + } + ] + }, + { + "name": "fontconfig-config", + "SPDXID": "SPDXRef-Package-deb-fontconfig-config-55ed42a51a57d90b", + "versionInfo": "2.13.1-4.2ubuntu5", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/fontconfig-config/copyright, /var/lib/dpkg/info/fontconfig-config.conffiles, /var/lib/dpkg/info/fontconfig-config.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-4.2ubuntu5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/fontconfig-config@2.13.1-4.2ubuntu5?arch=all&upstream=fontconfig&distro=ubuntu-22.04" + } + ] + }, + { + "name": "fonts-dejavu-core", + "SPDXID": "SPDXRef-Package-deb-fonts-dejavu-core-853c537f243a75eb", + "versionInfo": "2.37-2build1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/fonts-dejavu-core/copyright, /var/lib/dpkg/info/fonts-dejavu-core.conffiles, /var/lib/dpkg/info/fonts-dejavu-core.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND GPL-2.0-or-later AND Bitstream-Vera", + "licenseDeclared": "GPL-2.0-only AND GPL-2.0-or-later AND Bitstream-Vera", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-2build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/fonts-dejavu-core@2.37-2build1?arch=all&upstream=fonts-dejavu&distro=ubuntu-22.04" + } + ] + }, + { + "name": "frozenlist", + "SPDXID": "SPDXRef-Package-python-frozenlist-478608803dcd1fa2", + "versionInfo": "1.3.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/frozenlist-1.3.3.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache 2", + "licenseDeclared": "LicenseRef-Apache 2", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:frozenlist:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:frozenlist:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:frozenlist:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:frozenlist:1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/frozenlist@1.3.3" + } + ] + }, + { + "name": "g++", + "SPDXID": "SPDXRef-Package-deb-g---7285ff4e3b0a12fc", + "versionInfo": "4:11.2.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/cpp/copyright, /var/lib/dpkg/info/g++.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+:g\\+\\+:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/g++@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04" + } + ] + }, + { + "name": "g++-11", + "SPDXID": "SPDXRef-Package-deb-g---11-2cde2b0d5553907a", + "versionInfo": "11.3.0-1ubuntu1~22.04", + "originator": "Person: Ubuntu Core developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gcc-11-base/copyright, /var/lib/dpkg/info/g++-11.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+-11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+-11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+_11:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+_11:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+:g\\+\\+-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:g\\+\\+:g\\+\\+_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/g++-11@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gcc", + "SPDXID": "SPDXRef-Package-deb-gcc-8696f8ef8131a815", + "versionInfo": "4:11.2.0-1ubuntu1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/cpp/copyright, /var/lib/dpkg/info/gcc.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc:4\\:11.2.0-1ubuntu1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gcc@4:11.2.0-1ubuntu1?arch=amd64&upstream=gcc-defaults%401.193ubuntu1&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gcc-11", + "SPDXID": "SPDXRef-Package-deb-gcc-11-b79d8f9c5420f64f", + "versionInfo": "11.3.0-1ubuntu1~22.04", + "originator": "Person: Ubuntu Core developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gcc-11-base/copyright, /var/lib/dpkg/info/gcc-11.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc-11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc_11:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gcc-11@11.3.0-1ubuntu1~22.04?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gcc-11-base", + "SPDXID": "SPDXRef-Package-deb-gcc-11-base-d82fa6b2e08c3545", + "versionInfo": "11.3.0-1ubuntu1~22.04", + "originator": "Person: Ubuntu Core developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gcc-11-base/copyright, /var/lib/dpkg/info/gcc-11-base:amd64.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11-base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11-base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11_base:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11_base:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_11:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc-11-base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc_11_base:11.3.0-1ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gcc-11-base@11.3.0-1ubuntu1~22.04?arch=amd64&upstream=gcc-11&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gcc-12-base", + "SPDXID": "SPDXRef-Package-deb-gcc-12-base-a90f3a1897622f8d", + "versionInfo": "12.1.0-2ubuntu1~22.04", + "originator": "Person: Ubuntu Core developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gcc-12-base/copyright, /var/lib/dpkg/info/gcc-12-base:amd64.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "licenseDeclared": "LicenseRef-Artistic AND GFDL-1.2-only AND LicenseRef-GPL AND GPL-2.0-only AND GPL-3.0-only AND LicenseRef-LGPL", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-12-base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-12-base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_12_base:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_12_base:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc-12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_12:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc_12:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc-12-base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gcc:gcc_12_base:12.1.0-2ubuntu1\\~22.04:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gcc-12-base@12.1.0-2ubuntu1~22.04?arch=amd64&upstream=gcc-12&distro=ubuntu-22.04" + } + ] + }, + { + "name": "git", + "SPDXID": "SPDXRef-Package-deb-git-ada3701d5f1ae004", + "versionInfo": "1:2.34.1-1ubuntu1.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/git/copyright, /var/lib/dpkg/info/git.conffiles, /var/lib/dpkg/info/git.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "Apache-2.0 AND LicenseRef-Artistic AND LicenseRef-Boost AND LicenseRef-EDL-1.0 AND LicenseRef-Expat AND LicenseRef-GPL AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND ISC AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-dlmalloc AND LicenseRef-mingw-runtime", + "licenseDeclared": "Apache-2.0 AND LicenseRef-Artistic AND LicenseRef-Boost AND LicenseRef-EDL-1.0 AND LicenseRef-Expat AND LicenseRef-GPL AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND ISC AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-dlmalloc AND LicenseRef-mingw-runtime", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git:git:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.8?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "git-man", + "SPDXID": "SPDXRef-Package-deb-git-man-226f5459b3840c04", + "versionInfo": "1:2.34.1-1ubuntu1.8", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/git-man/copyright, /var/lib/dpkg/info/git-man.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "Apache-2.0 AND LicenseRef-Artistic AND LicenseRef-Boost AND LicenseRef-EDL-1.0 AND LicenseRef-Expat AND LicenseRef-GPL AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND ISC AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-dlmalloc AND LicenseRef-mingw-runtime", + "licenseDeclared": "Apache-2.0 AND LicenseRef-Artistic AND LicenseRef-Boost AND LicenseRef-EDL-1.0 AND LicenseRef-Expat AND LicenseRef-GPL AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND ISC AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-dlmalloc AND LicenseRef-mingw-runtime", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git-man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git-man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git_man:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git_man:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git:git-man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:git:git_man:1\\:2.34.1-1ubuntu1.8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/git-man@1:2.34.1-1ubuntu1.8?arch=all&upstream=git&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gitdb", + "SPDXID": "SPDXRef-Package-python-gitdb-7d164405de4fa7b9", + "versionInfo": "4.0.10", + "originator": "Person: Sebastian Thiel (byronimo@gmail.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/gitdb-4.0.10.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-BSD License", + "licenseDeclared": "LicenseRef-BSD License", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel_project:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel_project:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thielproject:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thielproject:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel_project:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thielproject:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo_project:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimoproject:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sebastian_thiel:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gitdb:python-gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gitdb:python_gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:byronimo:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gitdb:gitdb:4.0.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/gitdb@4.0.10" + } + ] + }, + { + "name": "github.com/AlecAivazis/survey/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-AlecAivazis-survey-v2-1e29f1e7b2db2c27", + "versionInfo": "v2.3.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "36f4ee5472128131c41de045aade811ce7b8372fcdc0666bef0f85f12f738b2c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:AlecAivazis:survey\\/v2:v2.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/AlecAivazis/survey/v2@v2.3.6" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-be7873f254f0e94d", + "versionInfo": "v0.11.23", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6d1416b16db9fd8928c6722a5cc3c5f78256df7a960dcacf319ddb20d680aee5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.23:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.23" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-4cfdb8c9767abeab", + "versionInfo": "v0.11.24", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest@v0.11.24" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest/adal", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-adal-3f0c3d733afb2f42", + "versionInfo": "v0.9.16", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3fc027f19f6b1f595d6ce2dd169c58a2b80eb76b32c0bf55db8740c161cfb867" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.16" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest/adal", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-adal-d539d18069fc2387", + "versionInfo": "v0.9.18", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest/adal@v0.9.18" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest/date", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-date-7d206b37c0870a2c", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/autorest/date", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-autorest-date-9779d98a68605cdd", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ee0524d54e4cfc241ba7d5a8aa29cdcc96abfbc298f8b3c8eb0896acffe6c87c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/autorest/date@v0.3.0" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/logger", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-logger-949918ed0dd3e26e", + "versionInfo": "v0.2.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/logger", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-logger-36c9dd9b90e11372", + "versionInfo": "v0.2.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "206ee2e29fe60dad827b84d1c803bc2079d5840545dd1154f99b5759299fe138" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/logger@v0.2.1" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/tracing", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-tracing-d9ebfdef9d71eac4", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0" + } + ] + }, + { + "name": "github.com/Azure/go-autorest/tracing", + "SPDXID": "SPDXRef-Package-go-module-github.com-Azure-go-autorest-tracing-a552bd61395ef8fe", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d88b8fb79b9b7a2b8f13188f4051d6fe2336e74b1be7bd431fba2b5f81c7eea" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Azure/go-autorest/tracing@v0.6.0" + } + ] + }, + { + "name": "github.com/BurntSushi/toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-BurntSushi-toml-d72e7cbb8dd72227", + "versionInfo": "v0.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19a23b1220d70d17daf15b219138fb1729bb85afb2f3f5f12200f6a245088cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:BurntSushi:toml:v0.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/BurntSushi/toml@v0.4.1" + } + ] + }, + { + "name": "github.com/BurntSushi/toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-BurntSushi-toml-5b5afc9465a3bd67", + "versionInfo": "v1.2.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f45dbff83a0e6083a4b2668914fc35b46172d5e0e72095e0f941e3b83f254da9" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/BurntSushi/toml@v1.2.1" + } + ] + }, + { + "name": "github.com/BurntSushi/toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-BurntSushi-toml-bff9d1ba47eac8d9", + "versionInfo": "v1.2.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f45dbff83a0e6083a4b2668914fc35b46172d5e0e72095e0f941e3b83f254da9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:BurntSushi:toml:v1.2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/BurntSushi/toml@v1.2.1" + } + ] + }, + { + "name": "github.com/MakeNowJust/heredoc", + "SPDXID": "SPDXRef-Package-go-module-github.com-MakeNowJust-heredoc-51ee202bf2673875", + "versionInfo": "v0.0.0-20170808103936-bb23615498cd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b23428bc3930ad9a7cbbe8312ed3e02868e4e610b1bb2da1ad17a305303dc455" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MakeNowJust:heredoc:v0.0.0-20170808103936-bb23615498cd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/MakeNowJust/heredoc@v0.0.0-20170808103936-bb23615498cd" + } + ] + }, + { + "name": "github.com/MakeNowJust/heredoc", + "SPDXID": "SPDXRef-Package-go-module-github.com-MakeNowJust-heredoc-2691a39d6cf2214e", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "71709dcd576cb57ca24ea4ef7ea93d4831e928d8f1ba89be0ce97211e438a734" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0" + } + ] + }, + { + "name": "github.com/MakeNowJust/heredoc", + "SPDXID": "SPDXRef-Package-go-module-github.com-MakeNowJust-heredoc-d40b30098acbde26", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0" + } + ] + }, + { + "name": "github.com/MakeNowJust/heredoc", + "SPDXID": "SPDXRef-Package-go-module-github.com-MakeNowJust-heredoc-b474becb51707784", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "71709dcd576cb57ca24ea4ef7ea93d4831e928d8f1ba89be0ce97211e438a734" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:MakeNowJust:heredoc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/MakeNowJust/heredoc@v1.0.0" + } + ] + }, + { + "name": "github.com/Masterminds/goutils", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-goutils-b4b1efc8bf1eadca", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e6752b8a2dc53132f976253cd2e9c456f35ebf0d671f8f995780d22d524b4982" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/goutils@v1.1.1" + } + ] + }, + { + "name": "github.com/Masterminds/goutils", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-goutils-23b7d332ff84a8b5", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e6752b8a2dc53132f976253cd2e9c456f35ebf0d671f8f995780d22d524b4982" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/goutils@v1.1.1" + } + ] + }, + { + "name": "github.com/Masterminds/goutils", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-goutils-543d789183aa3400", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e6752b8a2dc53132f976253cd2e9c456f35ebf0d671f8f995780d22d524b4982" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:goutils:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/goutils@v1.1.1" + } + ] + }, + { + "name": "github.com/Masterminds/semver/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-semver-v3-f43cf2a5390d970c", + "versionInfo": "v3.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "84b837b01ce9344ae7c6142d532fe698b47623d7e80ee8cd2b4df42067a6ad17" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/semver/v3@v3.1.1" + } + ] + }, + { + "name": "github.com/Masterminds/semver/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-semver-v3-ecd43fc8f3d947e8", + "versionInfo": "v3.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dcc12c77448cea3a99a238632d659e058f8a723cbd8ba31001e63b6200cff378" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0" + } + ] + }, + { + "name": "github.com/Masterminds/semver/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-semver-v3-85c4900aac25e115", + "versionInfo": "v3.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dcc12c77448cea3a99a238632d659e058f8a723cbd8ba31001e63b6200cff378" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:semver\\/v3:v3.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/semver/v3@v3.2.0" + } + ] + }, + { + "name": "github.com/Masterminds/sprig/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-sprig-v3-f4a5bc6b21181e", + "versionInfo": "v3.2.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d7b8d182026ee75f1daf741a69f8b34973a3298a7de3029f001c549b2c6fc57f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.2" + } + ] + }, + { + "name": "github.com/Masterminds/sprig/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-sprig-v3-c37fc730172ca0dc", + "versionInfo": "v3.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "78bd9f64d7b32e89a2d2e38baa342837a05fb030fe7f22ed81b24c023f67e980" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3" + } + ] + }, + { + "name": "github.com/Masterminds/sprig/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-sprig-v3-be83128d80472bc0", + "versionInfo": "v3.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "78bd9f64d7b32e89a2d2e38baa342837a05fb030fe7f22ed81b24c023f67e980" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/sprig/v3@v3.2.3" + } + ] + }, + { + "name": "github.com/Masterminds/squirrel", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-squirrel-aefbe19e610fd7e4", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5223848b6657e1109292988d0d037992ba3f5c806949193d893a9d2113f35171" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:squirrel:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/squirrel@v1.5.2" + } + ] + }, + { + "name": "github.com/Masterminds/squirrel", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-squirrel-87d374d0d6d9f4", + "versionInfo": "v1.5.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "60fa6871e01cc6ecc896396be625a934a6aa97b84b786d4a2d2ae1bdd1e99197" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3" + } + ] + }, + { + "name": "github.com/Masterminds/squirrel", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-squirrel-ea4056e8815c661e", + "versionInfo": "v1.5.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "60fa6871e01cc6ecc896396be625a934a6aa97b84b786d4a2d2ae1bdd1e99197" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:squirrel:v1.5.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/squirrel@v1.5.3" + } + ] + }, + { + "name": "github.com/Masterminds/vcs", + "SPDXID": "SPDXRef-Package-go-module-github.com-Masterminds-vcs-c9d3d2dd84729cf2", + "versionInfo": "v1.13.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "208036681757bdf6c833eca5fde4e72f885bd57c1da6fb902e09408b1d60c1e1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Masterminds:vcs:v1.13.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Masterminds/vcs@v1.13.3" + } + ] + }, + { + "name": "github.com/Microsoft/hcsshim", + "SPDXID": "SPDXRef-Package-go-module-github.com-Microsoft-hcsshim-54354169d34b8754", + "versionInfo": "v0.9.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5709c33a02dea22d9dbba740ce77e6b2936a4e2c1ccef8efe0aecdc6e63d8ec6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6" + } + ] + }, + { + "name": "github.com/Microsoft/hcsshim", + "SPDXID": "SPDXRef-Package-go-module-github.com-Microsoft-hcsshim-1ab83093aaa41f0", + "versionInfo": "v0.9.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5709c33a02dea22d9dbba740ce77e6b2936a4e2c1ccef8efe0aecdc6e63d8ec6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Microsoft:hcsshim:v0.9.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Microsoft/hcsshim@v0.9.6" + } + ] + }, + { + "name": "github.com/Pallinder/sillyname-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-Pallinder-sillyname-go-96f58612714f5608", + "versionInfo": "v0.0.0-20130730142914-97aeae9e6ba1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "45e498ec7e4d7f4f1b4b34a17d60144c2b6122c2b4f22362b56197e581501971" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pallinder:sillyname-go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:Pallinder:sillyname_go:v0.0.0-20130730142914-97aeae9e6ba1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/Pallinder/sillyname-go@v0.0.0-20130730142914-97aeae9e6ba1" + } + ] + }, + { + "name": "github.com/PuerkitoBio/purell", + "SPDXID": "SPDXRef-Package-go-module-github.com-PuerkitoBio-purell-2900ea032a99e65b", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "58442a96a6866eb3e4c4b2567c1c1099f10013567b38d7432eaacddfcb4d15f2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PuerkitoBio:purell:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/PuerkitoBio/purell@v1.1.1" + } + ] + }, + { + "name": "github.com/PuerkitoBio/urlesc", + "SPDXID": "SPDXRef-Package-go-module-github.com-PuerkitoBio-urlesc-83243520cade65ae", + "versionInfo": "v0.0.0-20170810143723-de5bf2ad4578", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "77e05cedae6b2ee7d5fec4a4ffc76782e7ea7a57e1ea39eb8bce6b88c01a17f3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:PuerkitoBio:urlesc:v0.0.0-20170810143723-de5bf2ad4578:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/PuerkitoBio/urlesc@v0.0.0-20170810143723-de5bf2ad4578" + } + ] + }, + { + "name": "github.com/adrg/xdg", + "SPDXID": "SPDXRef-Package-go-module-github.com-adrg-xdg-2d878aca7922d186", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "47346a15c8c7e271390baa13031841b68136211ca30526bad9209bc8f89dbe5b" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:adrg:xdg:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/adrg/xdg@v0.4.0" + } + ] + }, + { + "name": "github.com/agext/levenshtein", + "SPDXID": "SPDXRef-Package-go-module-github.com-agext-levenshtein-226b60d75786c5ee", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:agext:levenshtein:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/agext/levenshtein@v1.2.3" + } + ] + }, + { + "name": "github.com/agl/ed25519", + "SPDXID": "SPDXRef-Package-go-module-github.com-agl-ed25519-8d749c71629e9962", + "versionInfo": "v0.0.0-20170116200512-5312a6153412", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:agl:ed25519:v0.0.0-20170116200512-5312a6153412:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/agl/ed25519@v0.0.0-20170116200512-5312a6153412" + } + ] + }, + { + "name": "github.com/apparentlymart/go-cidr", + "SPDXID": "SPDXRef-Package-go-module-github.com-apparentlymart-go-cidr-ecba8b4028b6f223", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go-cidr:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go_cidr:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/apparentlymart/go-cidr@v1.0.1" + } + ] + }, + { + "name": "github.com/apparentlymart/go-textseg/v12", + "SPDXID": "SPDXRef-Package-go-module-github.com-apparentlymart-go-textseg-v12-773f9b2f5a450516", + "versionInfo": "v12.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go-textseg\\/v12:v12.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go_textseg\\/v12:v12.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/apparentlymart/go-textseg/v12@v12.0.0" + } + ] + }, + { + "name": "github.com/apparentlymart/go-textseg/v13", + "SPDXID": "SPDXRef-Package-go-module-github.com-apparentlymart-go-textseg-v13-492839a77f90af19", + "versionInfo": "v13.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go-textseg\\/v13:v13.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:apparentlymart:go_textseg\\/v13:v13.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/apparentlymart/go-textseg/v13@v13.0.0" + } + ] + }, + { + "name": "github.com/asaskevich/govalidator", + "SPDXID": "SPDXRef-Package-go-module-github.com-asaskevich-govalidator-77c635ae643a3fc3", + "versionInfo": "v0.0.0-20200428143746-21a406dcc535", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e1d680cc0bb44ba562eff95b58409c5f48f8e72651783679e8142cad504e1046" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535" + } + ] + }, + { + "name": "github.com/asaskevich/govalidator", + "SPDXID": "SPDXRef-Package-go-module-github.com-asaskevich-govalidator-a35cc05dc9f09c5", + "versionInfo": "v0.0.0-20200428143746-21a406dcc535", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e1d680cc0bb44ba562eff95b58409c5f48f8e72651783679e8142cad504e1046" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535" + } + ] + }, + { + "name": "github.com/asaskevich/govalidator", + "SPDXID": "SPDXRef-Package-go-module-github.com-asaskevich-govalidator-32c93633816061c1", + "versionInfo": "v0.0.0-20200428143746-21a406dcc535", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e1d680cc0bb44ba562eff95b58409c5f48f8e72651783679e8142cad504e1046" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20200428143746-21a406dcc535:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535" + } + ] + }, + { + "name": "github.com/asaskevich/govalidator", + "SPDXID": "SPDXRef-Package-go-module-github.com-asaskevich-govalidator-85d6fd3340b811fe", + "versionInfo": "v0.0.0-20210307081110-f21760c49a8d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "072bf4073125dff7ba0f908b7c8d23ffb862204b6f19514f099ec48b6a2af224" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20210307081110-f21760c49a8d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20210307081110-f21760c49a8d" + } + ] + }, + { + "name": "github.com/atotto/clipboard", + "SPDXID": "SPDXRef-Package-go-module-github.com-atotto-clipboard-e7f4687aa1284373", + "versionInfo": "v0.1.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "107d334959de64f4ae151d7506547d629a504d50db879fb5e8099c262e20d73e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:atotto:clipboard:v0.1.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/atotto/clipboard@v0.1.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-385a4af539671aac", + "versionInfo": "v1.38.49", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "137d6fc6309ee9ae48fa624b99419a6686e25a683d29d59ab9df487dc7987984" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go:v1.38.49:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go:v1.38.49:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go@v1.38.49" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-cf9267969790ea0e", + "versionInfo": "v1.16.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-5ea4abf8e2e7e9c8", + "versionInfo": "v1.16.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d16d53489ecee8ecf0b84bc85c0b491af39e434486021729c4f376fcd2b91213" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.3" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/config", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-config-9f951f4fd4cd8e0b", + "versionInfo": "v1.15.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/config", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-config-110402019b2a4a26", + "versionInfo": "v1.15.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3fec7086bea469b8710d35d3547f58a0792a8cb274c155692141ed14daf68635" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/config@v1.15.5" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-credentials-62dc8bd7af0e4ea4", + "versionInfo": "v1.12.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/credentials", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-credentials-791bfcf6dfc486c", + "versionInfo": "v1.12.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e11fcdaa5711152911d30c4e8601e2f9a806a5b12be6a3028e7ed5a9420963e1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/credentials@v1.12.0" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-feature-ec2-imds-4aa56332a77347cf", + "versionInfo": "v1.12.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-feature-ec2-imds-8abdbfcf938dc221", + "versionInfo": "v1.12.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14ff20aae19e1871dd7d8e86e6595a3100c5f8701fdb454a73ca294709a37f4e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.12.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-configsources-699890736bddca5d", + "versionInfo": "v1.1.10", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-configsources-85f956f3e9ea1103", + "versionInfo": "v1.1.10", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b855a0a3a986248d67d7b9db72f49ce9fc55b91df12cdaaf5edd762429c4713f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.1.10" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-endpoints-v2-2e7a74555f1fe17e", + "versionInfo": "v2.4.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-endpoints-v2-eb19d4f5a111ea43", + "versionInfo": "v2.4.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "727b2f10a4a81cde2800deeca4c32bd338445b63079e1015a66a9083c13a51c3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.4.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-ini-4cc0ff1d30a19ece", + "versionInfo": "v1.3.11", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/internal/ini", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-internal-ini-cf13574a666d0d59", + "versionInfo": "v1.3.11", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e9c651ca694b1089434c4074fb9f809fa663d422adeab484ebdb4e9857aed679" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/internal/ini@v1.3.11" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-internal-presigned-url-b78e1c20d938954", + "versionInfo": "v1.9.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-internal-presigned-url-7b3e5595d36df6c7", + "versionInfo": "v1.9.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6f5e905b45d69748d68cb00115cd40fae875e393aabfec4370e6cd9348908149" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.9.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-sso-cc4380d8841515a", + "versionInfo": "v1.11.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/sso", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-sso-dc5a7a1dd7314bac", + "versionInfo": "v1.11.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "530e700726c543551e03db6cd18d3b81bbf49dc667200cb0f39f2d0d6d0d3f6a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sso@v1.11.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-sts-6d831d8dc2240a5e", + "versionInfo": "v1.16.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4" + } + ] + }, + { + "name": "github.com/aws/aws-sdk-go-v2/service/sts", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-aws-sdk-go-v2-service-sts-838277c61b2997a3", + "versionInfo": "v1.16.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb1b55f749f769b426833935a52fbe15dc594eb3c40e042783a7b8ff9e964760" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.16.4" + } + ] + }, + { + "name": "github.com/aws/smithy-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-smithy-go-5f4cbffd5ea1d7", + "versionInfo": "v1.11.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/smithy-go@v1.11.2" + } + ] + }, + { + "name": "github.com/aws/smithy-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-aws-smithy-go-e517f89f5a242bf7", + "versionInfo": "v1.11.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "786fcdf82714300bec75f7e032f8cc2b07f20f32248ccea97f1309f0ccdcea61" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:smithy-go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:aws:smithy_go:v1.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/aws/smithy-go@v1.11.2" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-5f42426d6893db35", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-31dfdb68143a53fd", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-3a9827350bf69ac2", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-6ef19211f8916c41", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-ed1325a873643d91", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-50f393c637b57da2", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-5eac5bd4637270ef", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-935ee1c250247da1", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/beorn7/perks", + "SPDXID": "SPDXRef-Package-go-module-github.com-beorn7-perks-f3ff9a8fd4a21cc2", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5656ca2a735f57c6c9cdeaa86b870e2aa3ba6d8af75a0299c4ef19d7afa1b0e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/beorn7/perks@v1.0.1" + } + ] + }, + { + "name": "github.com/blang/semver", + "SPDXID": "SPDXRef-Package-go-module-github.com-blang-semver-fb8f2da3a7f77086", + "versionInfo": "v3.5.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blang:semver:v3.5.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/blang/semver@v3.5.1+incompatible" + } + ] + }, + { + "name": "github.com/blang/semver/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-blang-semver-v4-74bf0258639116db", + "versionInfo": "v4.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/blang/semver/v4@v4.0.0" + } + ] + }, + { + "name": "github.com/briandowns/spinner", + "SPDXID": "SPDXRef-Package-go-module-github.com-briandowns-spinner-f02118de1d29111d", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2c1c47bb958bc95b9512d4c3ef6c5e8220bb4091b1e7df0b069a37cb02936a90" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:briandowns:spinner:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/briandowns/spinner@v1.6.1" + } + ] + }, + { + "name": "github.com/buger/goterm", + "SPDXID": "SPDXRef-Package-go-module-github.com-buger-goterm-cebe9f2a7346d773", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "67d62f1a63a287cd4fd056d5b44613145e98b1283149428485ffdff5b4cc5db6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:buger:goterm:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/buger/goterm@v1.0.4" + } + ] + }, + { + "name": "github.com/cenkalti/backoff/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-cenkalti-backoff-v4-a7def6657e127c39", + "versionInfo": "v4.1.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2" + } + ] + }, + { + "name": "github.com/cenkalti/backoff/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-cenkalti-backoff-v4-3048fd385168c887", + "versionInfo": "v4.1.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2" + } + ] + }, + { + "name": "github.com/cenkalti/backoff/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-cenkalti-backoff-v4-ff3768d3cb4d71d4", + "versionInfo": "v4.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e98a3b37c50fd8ae8b5999d6f780cb5524ab6e86dc59d5730183a2b2e0cf205a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cenkalti/backoff/v4@v4.1.2" + } + ] + }, + { + "name": "github.com/cenkalti/backoff/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-cenkalti-backoff-v4-1d758bc3465c7e0c", + "versionInfo": "v4.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1cde5d1e6dd604e8277411fa13c574ab68c8608477b3dca0955f24ffe30ddeee" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cenkalti/backoff/v4@v4.2.0" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-959d8fca3250e7b0", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-aa4a0284fc478130", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-5b90e459167bab4f", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-6b58740cbb3d2968", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-30c762fe622966b4", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-ae3cf6ef3eed0795", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-a67cfd4e05633694", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-a08f3d522d8fad42", + "versionInfo": "v2.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6115e129f4c36aebb86a3320d533e014ee639e50b61c26e62d731c4c6e5c6d81" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.1.2" + } + ] + }, + { + "name": "github.com/cespare/xxhash/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cespare-xxhash-v2-51ecc64bc3e87305", + "versionInfo": "v2.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0c2d82675129e58e24dd943cf7d0e575ea60adac9150613a04167f71df428f8e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cespare/xxhash/v2@v2.2.0" + } + ] + }, + { + "name": "github.com/chai2010/gettext-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-chai2010-gettext-go-761da69732d0462c", + "versionInfo": "v0.0.0-20160711120539-c6fed771bfd5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "eda587a9eae5278d72e853ac114be49ea8179c6989c8949b8e1016ab9a4ee05f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext-go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext_go:v0.0.0-20160711120539-c6fed771bfd5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5" + } + ] + }, + { + "name": "github.com/chai2010/gettext-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-chai2010-gettext-go-5a3d0b932b0fde53", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d4bc308a9e90d901ac01d97f64a3c2c137bd7ded028e551baa3e5b14d4a32119" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2" + } + ] + }, + { + "name": "github.com/chai2010/gettext-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-chai2010-gettext-go-a215ce6ef94826de", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2" + } + ] + }, + { + "name": "github.com/chai2010/gettext-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-chai2010-gettext-go-834c7fe0b2f0935c", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d4bc308a9e90d901ac01d97f64a3c2c137bd7ded028e551baa3e5b14d4a32119" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext-go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chai2010:gettext_go:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/chai2010/gettext-go@v1.0.2" + } + ] + }, + { + "name": "github.com/checkpoint-restore/go-criu/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-checkpoint-restore-go-criu-v5-1a6780c4556e6030", + "versionInfo": "v5.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint-restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint-restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint_restore:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint_restore:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint:go-criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:checkpoint:go_criu\\/v5:v5.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/checkpoint-restore/go-criu/v5@v5.3.0" + } + ] + }, + { + "name": "github.com/cilium/ebpf", + "SPDXID": "SPDXRef-Package-go-module-github.com-cilium-ebpf-ed7dcf56bdf76ff6", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d64feadc04e0c525d176b98f7c7f1ded82b419fa95b04299017f5d419bece7a9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cilium/ebpf@v0.7.0" + } + ] + }, + { + "name": "github.com/cilium/ebpf", + "SPDXID": "SPDXRef-Package-go-module-github.com-cilium-ebpf-de4e7616a06d84b1", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d64feadc04e0c525d176b98f7c7f1ded82b419fa95b04299017f5d419bece7a9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cilium/ebpf@v0.7.0" + } + ] + }, + { + "name": "github.com/cilium/ebpf", + "SPDXID": "SPDXRef-Package-go-module-github.com-cilium-ebpf-eb244fd83c8e9aa3", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d64feadc04e0c525d176b98f7c7f1ded82b419fa95b04299017f5d419bece7a9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cilium/ebpf@v0.7.0" + } + ] + }, + { + "name": "github.com/cilium/ebpf", + "SPDXID": "SPDXRef-Package-go-module-github.com-cilium-ebpf-e09a4d4cd5663e3b", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d64feadc04e0c525d176b98f7c7f1ded82b419fa95b04299017f5d419bece7a9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cilium/ebpf@v0.7.0" + } + ] + }, + { + "name": "github.com/cilium/ebpf", + "SPDXID": "SPDXRef-Package-go-module-github.com-cilium-ebpf-cc390e768b265b01", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cilium:ebpf:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cilium/ebpf@v0.7.0" + } + ] + }, + { + "name": "github.com/compose-spec/compose-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-compose-spec-compose-go-34209d5c64ddcad3", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose-spec:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose-spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose_spec:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose_spec:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose:compose-go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose:compose_go:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/compose-spec/compose-go@v1.6.0" + } + ] + }, + { + "name": "github.com/compose-spec/compose-go", + "SPDXID": "SPDXRef-Package-go-module-github.com-compose-spec-compose-go-1cff5fb0103ba579", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a1a7b084d8543ff002955b3acad1f3723c35c702bed84316baf1d78fab58bd17" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose-spec:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose-spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose_spec:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose_spec:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose:compose-go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:compose:compose_go:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/compose-spec/compose-go@v1.9.0" + } + ] + }, + { + "name": "github.com/containerd/aufs", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-aufs-b25827d94de90a64", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:aufs:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/aufs@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/btrfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-btrfs-cc4210075f37ecc4", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:btrfs:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/btrfs@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/cgroups", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-cgroups-232df24c6b9efd16", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8cdfe66d60446b3f93d698b9385b67910fbcaa79846c0af53a8d45466e41d1d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/cgroups@v1.0.4" + } + ] + }, + { + "name": "github.com/containerd/cgroups", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-cgroups-c5061178fe809ff7", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8cdfe66d60446b3f93d698b9385b67910fbcaa79846c0af53a8d45466e41d1d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/cgroups@v1.0.4" + } + ] + }, + { + "name": "github.com/containerd/cgroups", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-cgroups-51f7403a5adb0912", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8cdfe66d60446b3f93d698b9385b67910fbcaa79846c0af53a8d45466e41d1d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/cgroups@v1.0.4" + } + ] + }, + { + "name": "github.com/containerd/cgroups", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-cgroups-a71d0a400a38f6ee", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8cdfe66d60446b3f93d698b9385b67910fbcaa79846c0af53a8d45466e41d1d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:cgroups:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/cgroups@v1.0.4" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-95214e1d0cfe9c1", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-c9140ff34182b440", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-28a7da518740e404", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-bacac3b3940ee70e", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-40bcdf57730d29a1", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-eaa0c36052145030", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-bf24394e4e9924b4", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/console", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-console-e76c60e930207ba3", + "versionInfo": "v1.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "948afb4a50393f1672315df46c35b43066e238f5f073adf246e08fd0046e6cbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:console:v1.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/console@v1.0.3" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-6f23c4ba4378ed81", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-8c44503a5d667f17", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-b2af8ac6bc6af10", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-e73989b4865f85f", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-d6ca4dff862658c", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-efd8330cc75a91c3", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@(devel)" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-eb57e2b60922efa2", + "versionInfo": "v1.5.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "aece9783582d23169ec86f929ac6ffd316920eed5580584e08a057c4cc5bb05e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.5.9" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-fc76483a0710d6d4", + "versionInfo": "v1.6.15", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e3059ec71ccb347344e3a68811373a81ee13a1f3b9e74bfe0652e800dadbb1eb" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.6.15" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-b317c2e943cc2393", + "versionInfo": "v1.6.15", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e3059ec71ccb347344e3a68811373a81ee13a1f3b9e74bfe0652e800dadbb1eb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.6.15:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.6.15" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-61fd978bbc6ab806", + "versionInfo": "v1.6.16", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d07e711fa001b0ded74ebc4800ac45a41905081b6b67f392391842a549c78eb7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.6.16" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-cc3c8363deeb8686", + "versionInfo": "v1.6.16", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d07e711fa001b0ded74ebc4800ac45a41905081b6b67f392391842a549c78eb7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.6.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.6.16" + } + ] + }, + { + "name": "github.com/containerd/containerd", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-containerd-90bd2847321ed23b", + "versionInfo": "v1.6.16-0.20230124210447-1709cfe273d9", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:containerd:v1.6.16-0.20230124210447-1709cfe273d9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/containerd@v1.6.16-0.20230124210447-1709cfe273d9" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-19f1c5ca9af6c24", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "50545163925e9a20213d9aebfee1349fc7cc4cb719b14bf248faf5f83ee982bf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.1.0" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-f28aadd80e30307a", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9e2b22aec61138ad794c0315ba424e5321898f3e0135024156c36f017649fde8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.3.0" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-ff88aa6a0ec1cced", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9e2b22aec61138ad794c0315ba424e5321898f3e0135024156c36f017649fde8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.3.0" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-ee050b6dcaa86c17", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9e2b22aec61138ad794c0315ba424e5321898f3e0135024156c36f017649fde8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.3.0" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-26826b02ce728081", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.3.0" + } + ] + }, + { + "name": "github.com/containerd/continuity", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-continuity-513ac815c43e7b86", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9e2b22aec61138ad794c0315ba424e5321898f3e0135024156c36f017649fde8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:continuity:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/continuity@v0.3.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-e37a46350bcf477a", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-978d498c6d7295dd", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-f894a31bba4e14b7", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-114a651ca9f76ede", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-1f37936cba849e89", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/fifo", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-fifo-b50c5736ffea3d80", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8f8ab581afdfcbec60da98aafe5ccd08794157bb999fdccfc13e91fd81a2c15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:fifo:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/fifo@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/go-cni", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-cni-743da1cbfe4e6d35", + "versionInfo": "v1.1.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7a5e563f2986e674512d017511f07dec55a86f84dd73c20d83c45931a5d6665a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-cni@v1.1.6" + } + ] + }, + { + "name": "github.com/containerd/go-cni", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-cni-a59ac86b77eda932", + "versionInfo": "v1.1.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7a5e563f2986e674512d017511f07dec55a86f84dd73c20d83c45931a5d6665a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_cni:v1.1.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-cni@v1.1.6" + } + ] + }, + { + "name": "github.com/containerd/go-runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-runc-85f1eb4fc8bbaf53", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a14fa52efd542e6e6d6aa815fc2262bf2a55383238494cf5ce75a3bf79cd612d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-runc@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/go-runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-runc-ff427af002f3f73f", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a14fa52efd542e6e6d6aa815fc2262bf2a55383238494cf5ce75a3bf79cd612d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-runc@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/go-runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-runc-2a3ee7294eba8ab3", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a14fa52efd542e6e6d6aa815fc2262bf2a55383238494cf5ce75a3bf79cd612d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-runc@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/go-runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-runc-6f59fa162aa78fd7", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a14fa52efd542e6e6d6aa815fc2262bf2a55383238494cf5ce75a3bf79cd612d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-runc@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/go-runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-go-runc-2b0447d3da877780", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a14fa52efd542e6e6d6aa815fc2262bf2a55383238494cf5ce75a3bf79cd612d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go-runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:go_runc:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/go-runc@v1.0.0" + } + ] + }, + { + "name": "github.com/containerd/imgcrypt", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-imgcrypt-77cf46b8d946c69", + "versionInfo": "v1.1.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:imgcrypt:v1.1.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/imgcrypt@v1.1.4" + } + ] + }, + { + "name": "github.com/containerd/nri", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-nri-2769dd8daadc75fa", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:nri:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/nri@v0.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-6dc1b64847d364f3", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-d085b9c238161336", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-38470af335bb2a76", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-7ff3027f1acb80de", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-8e4c7b09ac13b07a", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-623f335212e68ac3", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-bd9658a769d12cde", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/ttrpc", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-ttrpc-c8c12cda14b975b6", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "19bb722d1c5bd2038b4744d8416b773ba07436f4fcb4c768ac41ea210a3f9562" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:ttrpc:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/ttrpc@v1.1.0" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-cb0faef6d9ad7bf5", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-23d26c703c6e065f", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-5d598971eeb30362", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-f6cd835d19b20402", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-fd574442e1c65a2a", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-7bb049e50304c66c", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-292dd9b5f24d564b", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/typeurl", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-typeurl-e7255585eb417878", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0a196df332227836f3405cd7cc0781105f762a1131b84e29f69f76fd0998eda6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:typeurl:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/typeurl@v1.0.2" + } + ] + }, + { + "name": "github.com/containerd/zfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-containerd-zfs-b5529ba4ddf7e108", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containerd:zfs:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containerd/zfs@v1.0.0" + } + ] + }, + { + "name": "github.com/containernetworking/cni", + "SPDXID": "SPDXRef-Package-go-module-github.com-containernetworking-cni-a3a5e87c5eec337f", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "932db44fb73432f2af6cc3b04bf16b95b3708c4a2a24451461fb0be1bd267389" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containernetworking/cni@v1.1.1" + } + ] + }, + { + "name": "github.com/containernetworking/cni", + "SPDXID": "SPDXRef-Package-go-module-github.com-containernetworking-cni-1fd4e9fc0d9a41ad", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "932db44fb73432f2af6cc3b04bf16b95b3708c4a2a24451461fb0be1bd267389" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containernetworking:cni:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containernetworking/cni@v1.1.1" + } + ] + }, + { + "name": "github.com/containernetworking/plugins", + "SPDXID": "SPDXRef-Package-go-module-github.com-containernetworking-plugins-4819600ce3c6f06", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containernetworking:plugins:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containernetworking/plugins@v1.1.1" + } + ] + }, + { + "name": "github.com/containers/ocicrypt", + "SPDXID": "SPDXRef-Package-go-module-github.com-containers-ocicrypt-42fcc3100bd30aad", + "versionInfo": "v1.1.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:containers:ocicrypt:v1.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/containers/ocicrypt@v1.1.3" + } + ] + }, + { + "name": "github.com/coreos/go-systemd/v22", + "SPDXID": "SPDXRef-Package-go-module-github.com-coreos-go-systemd-v22-4ae2607ce4c56e88", + "versionInfo": "v22.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fdfdb424e6f95740567a2b0baeeb36a25c9f684cf7baf3ef80cc025cd43cd22" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2" + } + ] + }, + { + "name": "github.com/coreos/go-systemd/v22", + "SPDXID": "SPDXRef-Package-go-module-github.com-coreos-go-systemd-v22-5e7879c3343af027", + "versionInfo": "v22.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fdfdb424e6f95740567a2b0baeeb36a25c9f684cf7baf3ef80cc025cd43cd22" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2" + } + ] + }, + { + "name": "github.com/coreos/go-systemd/v22", + "SPDXID": "SPDXRef-Package-go-module-github.com-coreos-go-systemd-v22-58a0454ce3d7490e", + "versionInfo": "v22.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fdfdb424e6f95740567a2b0baeeb36a25c9f684cf7baf3ef80cc025cd43cd22" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2" + } + ] + }, + { + "name": "github.com/coreos/go-systemd/v22", + "SPDXID": "SPDXRef-Package-go-module-github.com-coreos-go-systemd-v22-13b35d27131e54a7", + "versionInfo": "v22.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fdfdb424e6f95740567a2b0baeeb36a25c9f684cf7baf3ef80cc025cd43cd22" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2" + } + ] + }, + { + "name": "github.com/coreos/go-systemd/v22", + "SPDXID": "SPDXRef-Package-go-module-github.com-coreos-go-systemd-v22-d8459d93936d0587", + "versionInfo": "v22.3.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/coreos/go-systemd/v22@v22.3.2" + } + ] + }, + { + "name": "github.com/cpuguy83/go-md2man/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cpuguy83-go-md2man-v2-6ae7bf90288e3257", + "versionInfo": "v2.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1285034b469f6ebb17019f5843d8ddbbf999dac5e04f5ff6cb23678383c69723" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0" + } + ] + }, + { + "name": "github.com/cpuguy83/go-md2man/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cpuguy83-go-md2man-v2-ac0434246a8949cd", + "versionInfo": "v2.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1285034b469f6ebb17019f5843d8ddbbf999dac5e04f5ff6cb23678383c69723" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0" + } + ] + }, + { + "name": "github.com/cpuguy83/go-md2man/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cpuguy83-go-md2man-v2-58bf746bc9bd959f", + "versionInfo": "v2.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1285034b469f6ebb17019f5843d8ddbbf999dac5e04f5ff6cb23678383c69723" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0" + } + ] + }, + { + "name": "github.com/cpuguy83/go-md2man/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cpuguy83-go-md2man-v2-8b5e08b8963d9b6f", + "versionInfo": "v2.0.0-20190314233015-f79a8a8ca69d", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.0-20190314233015-f79a8a8ca69d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d" + } + ] + }, + { + "name": "github.com/cpuguy83/go-md2man/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-cpuguy83-go-md2man-v2-6bae119e1258bcd3", + "versionInfo": "v2.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a75120c08fc2ecd853d09995930083d9904af23e1a787417da93071c17cc43ac" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go-md2man\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cpuguy83:go_md2man\\/v2:v2.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cpuguy83/go-md2man/v2@v2.0.2" + } + ] + }, + { + "name": "github.com/cyphar/filepath-securejoin", + "SPDXID": "SPDXRef-Package-go-module-github.com-cyphar-filepath-securejoin-359054250b23acbf", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "617e9e6db64264fed590cdec7134e89038012f64d8ef8d57e75313937c9cb8d2" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3" + } + ] + }, + { + "name": "github.com/cyphar/filepath-securejoin", + "SPDXID": "SPDXRef-Package-go-module-github.com-cyphar-filepath-securejoin-be2ea01e4910fef1", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3" + } + ] + }, + { + "name": "github.com/cyphar/filepath-securejoin", + "SPDXID": "SPDXRef-Package-go-module-github.com-cyphar-filepath-securejoin-5cd3063ef51a1a0e", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "617e9e6db64264fed590cdec7134e89038012f64d8ef8d57e75313937c9cb8d2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3" + } + ] + }, + { + "name": "github.com/cyphar/filepath-securejoin", + "SPDXID": "SPDXRef-Package-go-module-github.com-cyphar-filepath-securejoin-dc0acbe5af3f2100", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "617e9e6db64264fed590cdec7134e89038012f64d8ef8d57e75313937c9cb8d2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath-securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:cyphar:filepath_securejoin:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/cyphar/filepath-securejoin@v0.2.3" + } + ] + }, + { + "name": "github.com/dapr/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-dapr-cli-165da06b2bd43d87", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:cli:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/dapr/cli@(devel)" + } + ] + }, + { + "name": "github.com/dapr/dapr", + "SPDXID": "SPDXRef-Package-go-module-github.com-dapr-dapr-fdbd0c78dfe3e7d8", + "versionInfo": "v1.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e83f7673270c8ebcf13920127d70cc7e7d6dddd19a0f2b00dbc38da2068e138b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:dapr:v1.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/dapr/dapr@v1.7.0" + } + ] + }, + { + "name": "github.com/dapr/kit", + "SPDXID": "SPDXRef-Package-go-module-github.com-dapr-kit-7b01b9168a293b63", + "versionInfo": "v0.0.2-0.20210614175626-b9074b64d233", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "334756206f24531105539ec8a9359eaa9b4daa506c7e8b0582c0393afeeb27c8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dapr:kit:v0.0.2-0.20210614175626-b9074b64d233:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/dapr/kit@v0.0.2-0.20210614175626-b9074b64d233" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-6bbcdd86cc27c2d9", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be3f63feed5baa7bc211f24ec1486d94e011aacdfeae41d8635de36164d4f7b7" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-d735fee0d693041f", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-5839b83f90809c09", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-4f4689a6817061dd", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-d38d1634e35d743a", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be3f63feed5baa7bc211f24ec1486d94e011aacdfeae41d8635de36164d4f7b7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-21ad6563339c1f7c", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be3f63feed5baa7bc211f24ec1486d94e011aacdfeae41d8635de36164d4f7b7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-ef34f035351d6334", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be3f63feed5baa7bc211f24ec1486d94e011aacdfeae41d8635de36164d4f7b7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/davecgh/go-spew", + "SPDXID": "SPDXRef-Package-go-module-github.com-davecgh-go-spew-9eb63f44f3d5de0a", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be3f63feed5baa7bc211f24ec1486d94e011aacdfeae41d8635de36164d4f7b7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/davecgh/go-spew@v1.1.1" + } + ] + }, + { + "name": "github.com/daviddengcn/go-colortext", + "SPDXID": "SPDXRef-Package-go-module-github.com-daviddengcn-go-colortext-546ddf8ef364cf9a", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daviddengcn:go-colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:daviddengcn:go_colortext:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/daviddengcn/go-colortext@v1.0.0" + } + ] + }, + { + "name": "github.com/derailed/k9s", + "SPDXID": "SPDXRef-Package-go-module-github.com-derailed-k9s-6912716994775126", + "versionInfo": "v0.0.0-20230212151225-7c76691c389e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:derailed:k9s:v0.0.0-20230212151225-7c76691c389e:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/derailed/k9s@v0.0.0-20230212151225-7c76691c389e" + } + ] + }, + { + "name": "github.com/derailed/popeye", + "SPDXID": "SPDXRef-Package-go-module-github.com-derailed-popeye-4cd09e660b6eb363", + "versionInfo": "v0.10.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa5c8b0c653228035f32248757c5f5a470f51e173111709af2995ed19bf246a7" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:derailed:popeye:v0.10.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/derailed/popeye@v0.10.1" + } + ] + }, + { + "name": "github.com/derailed/tcell/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-derailed-tcell-v2-78f489cc44b06f1e", + "versionInfo": "v2.3.1-rc.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f6cd5f9b245c48f465c2bfc2f6d72924a0ae8dbaed98fa524fa75c3140f6a626" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:derailed:tcell\\/v2:v2.3.1-rc.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/derailed/tcell/v2@v2.3.1-rc.3" + } + ] + }, + { + "name": "github.com/derailed/tview", + "SPDXID": "SPDXRef-Package-go-module-github.com-derailed-tview-889d26fac50cf6de", + "versionInfo": "v0.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "86f351dcb2eb584b9a41b3d87c19d19fb6d893108fdba2ba9d7f49f8c1a5872c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:derailed:tview:v0.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/derailed/tview@v0.8.1" + } + ] + }, + { + "name": "github.com/dimchansky/utfbom", + "SPDXID": "SPDXRef-Package-go-module-github.com-dimchansky-utfbom-136111cf55c374d5", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bd5eb0d4084ae153278419e8fd33d50a82bd53f2cfd0f90b092f6d6f11dd8bf5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1" + } + ] + }, + { + "name": "github.com/distribution/distribution/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-distribution-distribution-v3-a46d827d872d4a2d", + "versionInfo": "v3.0.0-20220725133111-4bf3547399eb", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20220725133111-4bf3547399eb:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20220725133111-4bf3547399eb" + } + ] + }, + { + "name": "github.com/distribution/distribution/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-distribution-distribution-v3-d40b9b72af683fc6", + "versionInfo": "v3.0.0-20221201083218-92d136e113cf", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ab4bb23cb7c7800bb63247b7d5145712b2dc01bb8182e46926e816c6330d4674" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:distribution:distribution\\/v3:v3.0.0-20221201083218-92d136e113cf:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/distribution/distribution/v3@v3.0.0-20221201083218-92d136e113cf" + } + ] + }, + { + "name": "github.com/docker/buildx", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-buildx-c58f0dd4a00cf47b", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:buildx:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/buildx@(devel)" + } + ] + }, + { + "name": "github.com/docker/buildx", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-buildx-c461231de947dcb0", + "versionInfo": "v0.10.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "26368dbba2cb98dfd0eb023a4499744dbe218e388627696a5cbdf2606d80051a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:buildx:v0.10.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/buildx@v0.10.2" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-ff70898cdecee34b", + "versionInfo": "v20.10.11+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b575357b35dcaee65046b30ff11376cfd37dd61fba7a06534b582c3ec29a9ed7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v20.10.11\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v20.10.11+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-90a58967bf63f5a", + "versionInfo": "v20.10.21+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a95920c9852738b43df0bb5706bc1dfddb95a8f4f65f84879dd3ae1ac7f0ca15" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-e569ab5ec14e425d", + "versionInfo": "v20.10.21+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a95920c9852738b43df0bb5706bc1dfddb95a8f4f65f84879dd3ae1ac7f0ca15" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v20.10.21\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v20.10.21+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-22a7042a0a43c510", + "versionInfo": "v20.10.23+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ab0ca16bf4f7ad793d95fb95727e77ddc28573b9ffe88ccbe465d50203153c18" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v20.10.23\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v20.10.23+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-ce33b8d35febe0ab", + "versionInfo": "v23.0.0+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6dc338b32690f8433f89ccc94e298c386cef9f324114f1447f869c4bbb19f913" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v23.0.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v23.0.0+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-40d2d240bf491120", + "versionInfo": "v23.0.0-rc.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli@v23.0.0-rc.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/cli-docs-tool", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-cli-docs-tool-bff692ad9cede854", + "versionInfo": "v0.5.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli-docs-tool:v0.5.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:cli_docs_tool:v0.5.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/cli-docs-tool@v0.5.1" + } + ] + }, + { + "name": "github.com/docker/compose-switch", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-compose-switch-d86610331d566df3", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/local/bin/compose-switch", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:compose-switch:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:compose_switch:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/compose-switch@(devel)" + } + ] + }, + { + "name": "github.com/docker/compose/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-compose-v2-92bab2ab8f0a9bce", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:compose\\/v2:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/compose/v2@(devel)" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-3e7987eb7e2363c", + "versionInfo": "v0.0.0-20191216044856-a8371794149d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8c2f2d4ff4b4386c7672cc297944e7e2038879af0fd3c943dd51504f470e679d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v0.0.0-20191216044856-a8371794149d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v0.0.0-20191216044856-a8371794149d" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-86020b0d752a4c66", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "439d2d64e3d1e93fe18cdb3273d83cfecc84b3a6e4f175c0a6c1e32ae90c97af" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-ae2f3d3529a6e21c", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-34555473cc6ad7bf", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-a20fd2fb9bdd445e", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "439d2d64e3d1e93fe18cdb3273d83cfecc84b3a6e4f175c0a6c1e32ae90c97af" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-903324fa67aff1ac", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "439d2d64e3d1e93fe18cdb3273d83cfecc84b3a6e4f175c0a6c1e32ae90c97af" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/distribution", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-distribution-d2bed1faebc0c01e", + "versionInfo": "v2.8.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "439d2d64e3d1e93fe18cdb3273d83cfecc84b3a6e4f175c0a6c1e32ae90c97af" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:distribution:v2.8.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/distribution@v2.8.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-69c1c895e07d40d0", + "versionInfo": "v20.10.21+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5132dd0661e4ddb118fb0f2a78ee4ab6d3a1cba3a65d6b25fc511eb7d52cc288" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-d18513b2e99b492", + "versionInfo": "v20.10.21+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5132dd0661e4ddb118fb0f2a78ee4ab6d3a1cba3a65d6b25fc511eb7d52cc288" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker:v20.10.21\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker@v20.10.21+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-7843b20bf566fe6e", + "versionInfo": "v20.10.23+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d5941451801d87ea3294e4fce5a03665c7d1a76da398b86868471511f2bc7720" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker:v20.10.23\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker@v20.10.23+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-fb356178f943bf65", + "versionInfo": "v23.0.0+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2fa736f2d372a99e3fb9bf40642f5de5052eba7a071df107e3f51efa1fc4e671" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker:v23.0.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker@v23.0.0+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-47485843c134b8e4", + "versionInfo": "v23.0.0-rc.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker:v23.0.0-rc.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker@v23.0.0-rc.1+incompatible" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-d90bf9dc0af50f24", + "versionInfo": "v0.6.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6b10a4b3ec95fb6311dff9198409b2d3bc82e7a599d8fc2efdf296b4ab99074a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.6.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.6.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.6.4" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-57224a5ea8730827", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c6d087b23c688000cd65c76fd692941d7af279f8e5551a96a88864fee5c9a740" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-7602cc902063c526", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-7d5607ec05fcc15d", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c6d087b23c688000cd65c76fd692941d7af279f8e5551a96a88864fee5c9a740" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-c51322a97f0835f", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c6d087b23c688000cd65c76fd692941d7af279f8e5551a96a88864fee5c9a740" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0" + } + ] + }, + { + "name": "github.com/docker/docker-credential-helpers", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-docker-credential-helpers-fb67969e5dafb8b4", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c6d087b23c688000cd65c76fd692941d7af279f8e5551a96a88864fee5c9a740" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0" + } + ] + }, + { + "name": "github.com/docker/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-e94eb2f80c5119b0", + "versionInfo": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c" + } + ] + }, + { + "name": "github.com/docker/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-7270ba5f9d8562d7", + "versionInfo": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "973aa418bf5bdf39dcf995208bb1652e7aa3421717c6434cfeabb1223055303d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c" + } + ] + }, + { + "name": "github.com/docker/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-ec3da7809b5c3797", + "versionInfo": "v1.5.1-1.0.20160303222718-d30aec9fd63c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "973aa418bf5bdf39dcf995208bb1652e7aa3421717c6434cfeabb1223055303d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go:v1.5.1-1.0.20160303222718-d30aec9fd63c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go@v1.5.1-1.0.20160303222718-d30aec9fd63c" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-9a72aae63660c48a", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125f7154849e95107b06e16eb2b668ce39e420ce589f309588d2a884016a4494" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-e644ae4ebcf2c16c", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-7c9bc5dcc702d29f", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125f7154849e95107b06e16eb2b668ce39e420ce589f309588d2a884016a4494" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-5de05e8477a14942", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125f7154849e95107b06e16eb2b668ce39e420ce589f309588d2a884016a4494" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-e7548321bbe0bf57", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125f7154849e95107b06e16eb2b668ce39e420ce589f309588d2a884016a4494" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-connections", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-connections-d99b04efc14ba739", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125f7154849e95107b06e16eb2b668ce39e420ce589f309588d2a884016a4494" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_connections:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-connections@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-events", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-events-68798c358ec40185", + "versionInfo": "v0.0.0-20190806004212-e31b211e4f1c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa92a5586330ee07fa6d0fa80d9078287405ca9b1f8d896afc2e2b7cbec3de0f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c" + } + ] + }, + { + "name": "github.com/docker/go-events", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-events-1ecb94b33e0f1c49", + "versionInfo": "v0.0.0-20190806004212-e31b211e4f1c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa92a5586330ee07fa6d0fa80d9078287405ca9b1f8d896afc2e2b7cbec3de0f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c" + } + ] + }, + { + "name": "github.com/docker/go-events", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-events-3d03df996a65865d", + "versionInfo": "v0.0.0-20190806004212-e31b211e4f1c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa92a5586330ee07fa6d0fa80d9078287405ca9b1f8d896afc2e2b7cbec3de0f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c" + } + ] + }, + { + "name": "github.com/docker/go-events", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-events-47095bdad9b9250c", + "versionInfo": "v0.0.0-20190806004212-e31b211e4f1c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa92a5586330ee07fa6d0fa80d9078287405ca9b1f8d896afc2e2b7cbec3de0f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c" + } + ] + }, + { + "name": "github.com/docker/go-events", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-events-db847846e79a437f", + "versionInfo": "v0.0.0-20190806004212-e31b211e4f1c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa92a5586330ee07fa6d0fa80d9078287405ca9b1f8d896afc2e2b7cbec3de0f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_events:v0.0.0-20190806004212-e31b211e4f1c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-9d018826611a4d3d", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-2ee890d6d936fda6", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-f7cd26f284a9b9c1", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-3742cbcf05b04865", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-24f992b4021c0acb", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-2f31fcdf1496fae3", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-a2824d4921665f12", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-metrics", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-metrics-97f2b2632f3f666e", + "versionInfo": "v0.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "02007fd12bc1c6284dd17f0e4784a3b1b95791b32f6a543c7239ad290dab415f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_metrics:v0.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-metrics@v0.0.1" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-97e1650581e9ca24", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-116d990fce995e8e", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-da762a1d6390daf5", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-b5061d0cbbb11010", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-506e9bd68c31d0dd", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-360ca324975b8e83", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-c5471830f3479a36", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-d29ce77259bdc872", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dee8743e0570b379c803443e3300c2f328c43dff738d17d96565d960372ddd3c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.4.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-d9235a89774f5aaa", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.5.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-23dd9db10a21052f", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ebdaf15dc064dbb4af49a6b14ed2e1ffc9657070fcbd81d3ed649d459fe3bebe" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.5.0" + } + ] + }, + { + "name": "github.com/docker/go-units", + "SPDXID": "SPDXRef-Package-go-module-github.com-docker-go-units-601dd6cac7b67f1d", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ebdaf15dc064dbb4af49a6b14ed2e1ffc9657070fcbd81d3ed649d459fe3bebe" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go-units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:docker:go_units:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/docker/go-units@v0.5.0" + } + ] + }, + { + "name": "github.com/emicklei/go-restful", + "SPDXID": "SPDXRef-Package-go-module-github.com-emicklei-go-restful-e0f8b6f37e1f4f5", + "versionInfo": "v2.9.5+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go-restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go_restful:v2.9.5\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/emicklei/go-restful@v2.9.5+incompatible" + } + ] + }, + { + "name": "github.com/emicklei/go-restful/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-emicklei-go-restful-v3-9e312f54653aecda", + "versionInfo": "v3.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5f018395fc449d0673ba8a68ab1c1212594d70238cf4386117284520818ac311" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0" + } + ] + }, + { + "name": "github.com/emicklei/go-restful/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-emicklei-go-restful-v3-e914d84ee8235343", + "versionInfo": "v3.9.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0" + } + ] + }, + { + "name": "github.com/emicklei/go-restful/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-emicklei-go-restful-v3-67868fbc0b40933a", + "versionInfo": "v3.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5f018395fc449d0673ba8a68ab1c1212594d70238cf4386117284520818ac311" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go-restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:emicklei:go_restful\\/v3:v3.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/emicklei/go-restful/v3@v3.9.0" + } + ] + }, + { + "name": "github.com/evanphx/json-patch", + "SPDXID": "SPDXRef-Package-go-module-github.com-evanphx-json-patch-97c7d87ade40f2df", + "versionInfo": "v4.12.0+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible" + } + ] + }, + { + "name": "github.com/evanphx/json-patch", + "SPDXID": "SPDXRef-Package-go-module-github.com-evanphx-json-patch-f9169734d310f8e2", + "versionInfo": "v4.12.0+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e289ea89f95c740f44399e11c55eb8dc3bdfb47e693a52c636d43994f590bbce" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json-patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json_patch:v4.12.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/evanphx/json-patch@v4.12.0+incompatible" + } + ] + }, + { + "name": "github.com/evanphx/json-patch", + "SPDXID": "SPDXRef-Package-go-module-github.com-evanphx-json-patch-22e9466e4e3c787c", + "versionInfo": "v5.6.0+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8c160310488504fc40d2fe74b4576f3b34104c2be92fa9a7161e66076fe5d7a5" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible" + } + ] + }, + { + "name": "github.com/evanphx/json-patch", + "SPDXID": "SPDXRef-Package-go-module-github.com-evanphx-json-patch-44268699280d89ab", + "versionInfo": "v5.6.0+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8c160310488504fc40d2fe74b4576f3b34104c2be92fa9a7161e66076fe5d7a5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json-patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:evanphx:json_patch:v5.6.0\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/evanphx/json-patch@v5.6.0+incompatible" + } + ] + }, + { + "name": "github.com/exponent-io/jsonpath", + "SPDXID": "SPDXRef-Package-go-module-github.com-exponent-io-jsonpath-2546b9ce976672d4", + "versionInfo": "v0.0.0-20151013193312-d6023ce2651d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d74e60c72686c0215a77c72b47d75c3105af57d1efba5bba870521e2d58f2673" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d" + } + ] + }, + { + "name": "github.com/exponent-io/jsonpath", + "SPDXID": "SPDXRef-Package-go-module-github.com-exponent-io-jsonpath-d9b62c4fbc5e6793", + "versionInfo": "v0.0.0-20151013193312-d6023ce2651d", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d" + } + ] + }, + { + "name": "github.com/exponent-io/jsonpath", + "SPDXID": "SPDXRef-Package-go-module-github.com-exponent-io-jsonpath-53bdced932490fbe", + "versionInfo": "v0.0.0-20151013193312-d6023ce2651d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d74e60c72686c0215a77c72b47d75c3105af57d1efba5bba870521e2d58f2673" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d" + } + ] + }, + { + "name": "github.com/exponent-io/jsonpath", + "SPDXID": "SPDXRef-Package-go-module-github.com-exponent-io-jsonpath-4922dd1a5ca29c4", + "versionInfo": "v0.0.0-20151013193312-d6023ce2651d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d74e60c72686c0215a77c72b47d75c3105af57d1efba5bba870521e2d58f2673" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent-io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent_io:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:exponent:jsonpath:v0.0.0-20151013193312-d6023ce2651d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d" + } + ] + }, + { + "name": "github.com/fatih/camelcase", + "SPDXID": "SPDXRef-Package-go-module-github.com-fatih-camelcase-be8f753e0551ac7", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "87136f357ff1601a74a2f9dcb3c5b2599aceae904db9bfc97da32f6d44727edf" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fatih/camelcase@v1.0.0" + } + ] + }, + { + "name": "github.com/fatih/camelcase", + "SPDXID": "SPDXRef-Package-go-module-github.com-fatih-camelcase-353ffac18c8ed5bf", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fatih:camelcase:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fatih/camelcase@v1.0.0" + } + ] + }, + { + "name": "github.com/fatih/color", + "SPDXID": "SPDXRef-Package-go-module-github.com-fatih-color-64bb8dbee24caf52", + "versionInfo": "v1.13.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f0b3987352983cf9b228cb8df105760cd45635b2e8e8b67488bb3cfa6947e77c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fatih/color@v1.13.0" + } + ] + }, + { + "name": "github.com/fatih/color", + "SPDXID": "SPDXRef-Package-go-module-github.com-fatih-color-5aa33bb71d7991f", + "versionInfo": "v1.14.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a9f8552da1b9b3e9c244e975cc9b1947115e62b1cba96ae83ce43c05688d6f8c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fatih:color:v1.14.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fatih/color@v1.14.1" + } + ] + }, + { + "name": "github.com/fatih/color", + "SPDXID": "SPDXRef-Package-go-module-github.com-fatih-color-21972cdc9c68d680", + "versionInfo": "v1.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0e4583e284b60fc2c61a04d0e88bf02495d22f9569d9f7dc420e7c9c5577f18b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fatih:color:v1.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fatih/color@v1.7.0" + } + ] + }, + { + "name": "github.com/felixge/httpsnoop", + "SPDXID": "SPDXRef-Package-go-module-github.com-felixge-httpsnoop-3a1ac21f8af8a9a4", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2" + } + ] + }, + { + "name": "github.com/felixge/httpsnoop", + "SPDXID": "SPDXRef-Package-go-module-github.com-felixge-httpsnoop-52778bb0e162c00c", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa74bd83cd8a31771c27fc29d33c915bd6411c511398c1ad924fb60934eb5b8a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:felixge:httpsnoop:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/felixge/httpsnoop@v1.0.2" + } + ] + }, + { + "name": "github.com/fsnotify/fsnotify", + "SPDXID": "SPDXRef-Package-go-module-github.com-fsnotify-fsnotify-6029c5639e6e2228", + "versionInfo": "v1.4.9", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fsnotify:fsnotify:v1.4.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fsnotify/fsnotify@v1.4.9" + } + ] + }, + { + "name": "github.com/fsnotify/fsnotify", + "SPDXID": "SPDXRef-Package-go-module-github.com-fsnotify-fsnotify-f03f97dc6ba92f57", + "versionInfo": "v1.5.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9997105075505105a83d75edb9ff72b845cab9d915dacc75134e9469d296a602" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fsnotify:fsnotify:v1.5.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fsnotify/fsnotify@v1.5.1" + } + ] + }, + { + "name": "github.com/fsnotify/fsnotify", + "SPDXID": "SPDXRef-Package-go-module-github.com-fsnotify-fsnotify-7c7fc76b12d8620f", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9fee56aae1b47dc5a85a9eb13d67c775bb2430241a1671ba3df06b8752b2e076" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0" + } + ] + }, + { + "name": "github.com/fsnotify/fsnotify", + "SPDXID": "SPDXRef-Package-go-module-github.com-fsnotify-fsnotify-ba6b71d5daec15c7", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9fee56aae1b47dc5a85a9eb13d67c775bb2430241a1671ba3df06b8752b2e076" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-3dd34698917a9f8f", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-f7eb86513941a3ee", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-9be8fdd403edfde3", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7529d72ede262581f6e6e0c319addb899350b28cda5160d259e289d2aa857f31" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.1" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-b9a835f958be26f8", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "995e28f01da129ba02764266f9aeee5ff488a59a1be09cd4a5ce461a7338e5ea" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-a522d5d343625aa8", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "995e28f01da129ba02764266f9aeee5ff488a59a1be09cd4a5ce461a7338e5ea" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2" + } + ] + }, + { + "name": "github.com/fvbommel/sortorder", + "SPDXID": "SPDXRef-Package-go-module-github.com-fvbommel-sortorder-fa0cda8cb8d41c2e", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "995e28f01da129ba02764266f9aeee5ff488a59a1be09cd4a5ce461a7338e5ea" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:fvbommel:sortorder:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/fvbommel/sortorder@v1.0.2" + } + ] + }, + { + "name": "github.com/gdamore/encoding", + "SPDXID": "SPDXRef-Package-go-module-github.com-gdamore-encoding-505ca6a3f9f05bfd", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fbb3a843505ce9e4e6e67894cc16b40adb21e896cc5ba45af9836e02d0c1764a" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gdamore:encoding:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gdamore/encoding@v1.0.0" + } + ] + }, + { + "name": "github.com/ghodss/yaml", + "SPDXID": "SPDXRef-Package-go-module-github.com-ghodss-yaml-b7f074eece3e8cb1", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c101ca11a8612fac265ddcf0586d7580854290ebf4e5b34e87e4719f4ca78009" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ghodss:yaml:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/ghodss/yaml@v1.0.0" + } + ] + }, + { + "name": "github.com/go-errors/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-errors-errors-a1f1d97cf7beb5bb", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2d41f39a42b7194294acbff581f054c401f371ebf76a94257b35fff8eee66bac" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-errors/errors@v1.0.1" + } + ] + }, + { + "name": "github.com/go-errors/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-errors-errors-448b4a88b5015651", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-errors/errors@v1.0.1" + } + ] + }, + { + "name": "github.com/go-errors/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-errors-errors-b1241a776145f55c", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2d41f39a42b7194294acbff581f054c401f371ebf76a94257b35fff8eee66bac" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_errors:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:errors:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-errors/errors@v1.0.1" + } + ] + }, + { + "name": "github.com/go-errors/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-errors-errors-62891a3821c647b7", + "versionInfo": "v1.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8e03b305c37f3e7bd9daef64f5c6092898f6fa1b3673cf1bc9e54eb7d05a113" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-errors:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_errors:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:errors:v1.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-errors/errors@v1.4.0" + } + ] + }, + { + "name": "github.com/go-gorp/gorp/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-gorp-gorp-v3-95dea29ca80c2062", + "versionInfo": "v3.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "50ba895c87a4a2a331dbd148e5e9175c5a07d5d4f655cf14867473060f849b3e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2" + } + ] + }, + { + "name": "github.com/go-gorp/gorp/v3", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-gorp-gorp-v3-9dc3ab761f91dc85", + "versionInfo": "v3.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "50ba895c87a4a2a331dbd148e5e9175c5a07d5d4f655cf14867473060f849b3e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_gorp:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:gorp\\/v3:v3.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-gorp/gorp/v3@v3.0.2" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-7316b0b2095511e7", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "40ae3424a27231d503cfe87ec6f0acaeefdb261bc6d14c6f78f574b9f2ff01c1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.0" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-78183189385cd75e", + "versionInfo": "v1.2.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a11e697fc94a6795bf7a469f070afb5854f63c658a71ab783b518721218c1bb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.2" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-5464155314801203", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d839ed5701e4568a6f1025514a52f93d2a3d786f9c0240c2b9c90bb9b37eaead" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-38b42f439740444", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-1dd9b6be1b5e1c77", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-d6a50e225539de9c", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d839ed5701e4568a6f1025514a52f93d2a3d786f9c0240c2b9c90bb9b37eaead" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-ac8f556b7f71c283", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d839ed5701e4568a6f1025514a52f93d2a3d786f9c0240c2b9c90bb9b37eaead" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/logr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-logr-4e22bae1221e7ae", + "versionInfo": "v1.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d839ed5701e4568a6f1025514a52f93d2a3d786f9c0240c2b9c90bb9b37eaead" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:logr:v1.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/logr@v1.2.3" + } + ] + }, + { + "name": "github.com/go-logr/stdr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-stdr-2cf326746721bbe1", + "versionInfo": "v1.2.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8525b11e8a93816d92daa19cd0b4c0239eb7299e582984614f730529931b8da8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/stdr@v1.2.2" + } + ] + }, + { + "name": "github.com/go-logr/stdr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-stdr-b65d04b8383ce621", + "versionInfo": "v1.2.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/stdr@v1.2.2" + } + ] + }, + { + "name": "github.com/go-logr/stdr", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-logr-stdr-75a1d918cc610211", + "versionInfo": "v1.2.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8525b11e8a93816d92daa19cd0b4c0239eb7299e582984614f730529931b8da8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-logr/stdr@v1.2.2" + } + ] + }, + { + "name": "github.com/go-openapi/jsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonpointer-623de633156e5bf8", + "versionInfo": "v0.19.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "819afe088601c94aa372078b5e742eda01d8402f68ef71b65d478e1581080ae6" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5" + } + ] + }, + { + "name": "github.com/go-openapi/jsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonpointer-e535ffcc7ab740b7", + "versionInfo": "v0.19.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5" + } + ] + }, + { + "name": "github.com/go-openapi/jsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonpointer-ccfbe906ef440b87", + "versionInfo": "v0.19.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "819afe088601c94aa372078b5e742eda01d8402f68ef71b65d478e1581080ae6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5" + } + ] + }, + { + "name": "github.com/go-openapi/jsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonpointer-b88fbeaeeee5a16b", + "versionInfo": "v0.19.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "819afe088601c94aa372078b5e742eda01d8402f68ef71b65d478e1581080ae6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonpointer:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonpointer@v0.19.5" + } + ] + }, + { + "name": "github.com/go-openapi/jsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonreference-5774edd2905ff2bd", + "versionInfo": "v0.19.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d5624fff08b83a3078895f0a55b1fbdeb41aa226a526baaff208ad64bc462ed3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonreference:v0.19.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonreference@v0.19.5" + } + ] + }, + { + "name": "github.com/go-openapi/jsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonreference-c99d9ae4985f441c", + "versionInfo": "v0.20.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "31896ed2c0600a19827c9c7150a67c83570f585381dfb61266a7b02bb38a7b20" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0" + } + ] + }, + { + "name": "github.com/go-openapi/jsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonreference-d25887817a138376", + "versionInfo": "v0.20.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0" + } + ] + }, + { + "name": "github.com/go-openapi/jsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-jsonreference-40545715f2be8673", + "versionInfo": "v0.20.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "31896ed2c0600a19827c9c7150a67c83570f585381dfb61266a7b02bb38a7b20" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:jsonreference:v0.20.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.0" + } + ] + }, + { + "name": "github.com/go-openapi/swag", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-swag-5c3568994aa98b34", + "versionInfo": "v0.19.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "826def38e5df8aec398bda7937dc49bdf8efba87e9caf2c0f56afa41f2b91678" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/swag@v0.19.14" + } + ] + }, + { + "name": "github.com/go-openapi/swag", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-swag-c1513dcc8c366c92", + "versionInfo": "v0.19.14", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/swag@v0.19.14" + } + ] + }, + { + "name": "github.com/go-openapi/swag", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-swag-c8ddde1aefe16d5", + "versionInfo": "v0.19.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "826def38e5df8aec398bda7937dc49bdf8efba87e9caf2c0f56afa41f2b91678" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/swag@v0.19.14" + } + ] + }, + { + "name": "github.com/go-openapi/swag", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-openapi-swag-69c30de070909dba", + "versionInfo": "v0.19.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "826def38e5df8aec398bda7937dc49bdf8efba87e9caf2c0f56afa41f2b91678" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_openapi:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:swag:v0.19.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-openapi/swag@v0.19.14" + } + ] + }, + { + "name": "github.com/go-test/deep", + "SPDXID": "SPDXRef-Package-go-module-github.com-go-test-deep-317522b203bbc9c", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "58e73171d1dcbdd81384d5e3c34b7be8ae361574d4ec7a4d4161e90361c73658" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go-test:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go_test:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:go:deep:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/go-test/deep@v1.1.0" + } + ] + }, + { + "name": "github.com/gobwas/glob", + "SPDXID": "SPDXRef-Package-go-module-github.com-gobwas-glob-98be85250b04e745", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "038c436e58c82d744e87e90e6c88b2e6421a3d80fc7bdeb1d6d80185423927e6" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gobwas/glob@v0.2.3" + } + ] + }, + { + "name": "github.com/gobwas/glob", + "SPDXID": "SPDXRef-Package-go-module-github.com-gobwas-glob-306d35df589707ba", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "038c436e58c82d744e87e90e6c88b2e6421a3d80fc7bdeb1d6d80185423927e6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gobwas/glob@v0.2.3" + } + ] + }, + { + "name": "github.com/gobwas/glob", + "SPDXID": "SPDXRef-Package-go-module-github.com-gobwas-glob-b35b4e0e635df29f", + "versionInfo": "v0.2.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "038c436e58c82d744e87e90e6c88b2e6421a3d80fc7bdeb1d6d80185423927e6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gobwas:glob:v0.2.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gobwas/glob@v0.2.3" + } + ] + }, + { + "name": "github.com/gocarina/gocsv", + "SPDXID": "SPDXRef-Package-go-module-github.com-gocarina-gocsv-20f284ee69c0bef0", + "versionInfo": "v0.0.0-20190426105157-2fc85fcf0c07", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9af9cd25c403e4695924d177bccaa749b773bb9d5456ccc41f9fec6f6593d5bd" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gocarina:gocsv:v0.0.0-20190426105157-2fc85fcf0c07:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gocarina/gocsv@v0.0.0-20190426105157-2fc85fcf0c07" + } + ] + }, + { + "name": "github.com/godbus/dbus/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-godbus-dbus-v5-6f684b7b064fc3b8", + "versionInfo": "v5.0.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a480dd687f0012ad89c9e56e94fc1c46d797975d78e2ae065cec22ea91c6aba" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6" + } + ] + }, + { + "name": "github.com/godbus/dbus/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-godbus-dbus-v5-dbc93a87c611975c", + "versionInfo": "v5.0.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a480dd687f0012ad89c9e56e94fc1c46d797975d78e2ae065cec22ea91c6aba" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6" + } + ] + }, + { + "name": "github.com/godbus/dbus/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-godbus-dbus-v5-1ec805ba979f2c6d", + "versionInfo": "v5.0.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a480dd687f0012ad89c9e56e94fc1c46d797975d78e2ae065cec22ea91c6aba" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6" + } + ] + }, + { + "name": "github.com/godbus/dbus/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-godbus-dbus-v5-f96999e3d044fdb3", + "versionInfo": "v5.0.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a480dd687f0012ad89c9e56e94fc1c46d797975d78e2ae065cec22ea91c6aba" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6" + } + ] + }, + { + "name": "github.com/godbus/dbus/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-godbus-dbus-v5-9d6e42c56fb900d0", + "versionInfo": "v5.0.6", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:godbus:dbus\\/v5:v5.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/godbus/dbus/v5@v5.0.6" + } + ] + }, + { + "name": "github.com/gofrs/flock", + "SPDXID": "SPDXRef-Package-go-module-github.com-gofrs-flock-bdf6ee31ca5c3d01", + "versionInfo": "v0.8.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gofrs/flock@v0.8.1" + } + ] + }, + { + "name": "github.com/gofrs/flock", + "SPDXID": "SPDXRef-Package-go-module-github.com-gofrs-flock-ee473fc532e33d65", + "versionInfo": "v0.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa06231ca7f7d8b0de8841058506a8b4f6cbb945e363966ac4a817cbb9f9f5ac" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gofrs/flock@v0.8.1" + } + ] + }, + { + "name": "github.com/gofrs/flock", + "SPDXID": "SPDXRef-Package-go-module-github.com-gofrs-flock-38e2c48e3fe2ed9b", + "versionInfo": "v0.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa06231ca7f7d8b0de8841058506a8b4f6cbb945e363966ac4a817cbb9f9f5ac" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gofrs/flock@v0.8.1" + } + ] + }, + { + "name": "github.com/gogo/googleapis", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-googleapis-29992ef3868fbb4c", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "917d5eb387633c9aec0e163b699289cbb6996ac75c079a12384a61323481e777" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/googleapis@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/googleapis", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-googleapis-3756812eff2eb09", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "917d5eb387633c9aec0e163b699289cbb6996ac75c079a12384a61323481e777" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/googleapis@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/googleapis", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-googleapis-fdcf931475cdef1a", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "917d5eb387633c9aec0e163b699289cbb6996ac75c079a12384a61323481e777" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:googleapis:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/googleapis@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/googleapis", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-googleapis-92fccf7501c831d1", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/googleapis@v1.4.1" + } + ] + }, + { + "name": "github.com/gogo/googleapis", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-googleapis-fe2357c0dbe22deb", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d58c78332b7b071cef52be6574649bc188991bab7dc06059fbcfdf5f75afb6ad" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:googleapis:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/googleapis@v1.4.1" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-fd9c7b35e231dbd5", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-37c28b96a4fe6108", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-e3210584b1026a43", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-fe6f78f2e0bb5ed2", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-92af388d267958ec", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-9da7a9a6aef1497b", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-83311d53b912b78d", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-4167fba35962d1b2", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-9b13a1c28a3f8a2c", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-e9c88a686faa069d", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-e154faff2de9bc83", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-1518d6a3b6b37611", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/gogo/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-gogo-protobuf-4a7b752efa38832e", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afd5cbdce7c505ddbe578c19d9bfbfa8a5c4dc40565e6d88d6ce2df8bdd9b84" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gogo/protobuf@v1.3.2" + } + ] + }, + { + "name": "github.com/golang-jwt/jwt/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-jwt-jwt-v4-245eb60581eaec3f", + "versionInfo": "v4.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "440ab2622c6fd69eee127a1cbb2f0fd67aeee70a6b0a1fcc1f6048956e73e7fa" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:jwt\\/v4:v4.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.0.0" + } + ] + }, + { + "name": "github.com/golang-jwt/jwt/v4", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-jwt-jwt-v4-b300b11557b1eff8", + "versionInfo": "v4.4.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:jwt\\/v4:v4.4.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang-jwt/jwt/v4@v4.4.2" + } + ] + }, + { + "name": "github.com/golang/mock", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-mock-d1d07269e9159a7e", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "12b4c1f9e7dba30440468d7734d771c898e2d9e81dc4b190851698f8352e9907" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:mock:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/mock@v1.6.0" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-5d01d4703bf0cc36", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-67470c26ed6a07de", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-ac6af3eef5437253", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-f3b3d5c3aa9b3c59", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-de896bab53919264", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-2c010f544d99d210", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-578ed641d3dc4125", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-bedee116c49e8799", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-6db5c5a5f5097e7e", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-e4e86d16ded48ee3", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-8bb6ac9e6cd54f5a", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-f9d0ab3d4ba06d83", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/golang/protobuf", + "SPDXID": "SPDXRef-Package-go-module-github.com-golang-protobuf-162f7b0174c94c0c", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "44e3ca04d15f4203943227c7c8ff8a61bbe98db76814db3e68aec35e58e2d13c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:protobuf:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/golang/protobuf@v1.5.2" + } + ] + }, + { + "name": "github.com/goodhosts/hostsfile", + "SPDXID": "SPDXRef-Package-go-module-github.com-goodhosts-hostsfile-824158d01d442103", + "versionInfo": "v0.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4aa4544c53ac84e0a89f46525c3ad6d5b90a66fb38fb9a51818156c9275a2e7a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:goodhosts:hostsfile:v0.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/goodhosts/hostsfile@v0.1.1" + } + ] + }, + { + "name": "github.com/google/btree", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-btree-49de21ee1c7d02b4", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "80ae0ac7921a198f420f9b0f277e851e2049e995e5d248a54628828fe8dd629e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/btree@v1.0.1" + } + ] + }, + { + "name": "github.com/google/btree", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-btree-51b49059e5f6552f", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/btree@v1.0.1" + } + ] + }, + { + "name": "github.com/google/btree", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-btree-f67af1aa39af8751", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "80ae0ac7921a198f420f9b0f277e851e2049e995e5d248a54628828fe8dd629e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/btree@v1.0.1" + } + ] + }, + { + "name": "github.com/google/btree", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-btree-7f532288e182f7b2", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "80ae0ac7921a198f420f9b0f277e851e2049e995e5d248a54628828fe8dd629e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:btree:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/btree@v1.0.1" + } + ] + }, + { + "name": "github.com/google/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gnostic-6b3a5e985038f065", + "versionInfo": "v0.5.7-v3refs", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1614cc38a8f65618e9a2ec6f589015d532f7d38b8c95bf73703aa497a704239e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs" + } + ] + }, + { + "name": "github.com/google/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gnostic-dfe23113faa2b7a3", + "versionInfo": "v0.5.7-v3refs", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs" + } + ] + }, + { + "name": "github.com/google/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gnostic-3d7e74cddb6969d", + "versionInfo": "v0.5.7-v3refs", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1614cc38a8f65618e9a2ec6f589015d532f7d38b8c95bf73703aa497a704239e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gnostic:v0.5.7-v3refs:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gnostic@v0.5.7-v3refs" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-4256d59798c65a4f", + "versionInfo": "v0.5.6", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.6" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-f8e92246d3feedac", + "versionInfo": "v0.5.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "04a6ca0aabcfe88fab9851edd3a666c90b6f07cc40916761172af46543597314" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.6" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-916c48b6efaa84ff", + "versionInfo": "v0.5.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3b64dfab9aa0e2a738026c1596fbf4a0b89500607b7a7052276c760ea4058b7f" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.9" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-992d05f2380d7a2e", + "versionInfo": "v0.5.9", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.9" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-5272d2a3ab8e9259", + "versionInfo": "v0.5.9", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.9" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-a236044dcd2b5017", + "versionInfo": "v0.5.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3b64dfab9aa0e2a738026c1596fbf4a0b89500607b7a7052276c760ea4058b7f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.9" + } + ] + }, + { + "name": "github.com/google/go-cmp", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-go-cmp-f678350f9e5d7bf1", + "versionInfo": "v0.5.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3b64dfab9aa0e2a738026c1596fbf4a0b89500607b7a7052276c760ea4058b7f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/go-cmp@v0.5.9" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-e76362179d0fb7fa", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.1.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-18295ad21cc89389", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1ec6bc986d1d438ea28fc4a5d806090d4bf5a00f7f77a564fb72c6f7d39ed368" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.1.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-fc32d947fd1c3f16", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c51cb803e46165a88a8c9d5b3dfc10f2c79d080f984b661c0875ba79cec9322d" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-9f2b0d46d7628a5c", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-cef8fd8ad6f15c7f", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-65d62cd52f0cc298", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c51cb803e46165a88a8c9d5b3dfc10f2c79d080f984b661c0875ba79cec9322d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-5426717ffda3e45e", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c51cb803e46165a88a8c9d5b3dfc10f2c79d080f984b661c0875ba79cec9322d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/gofuzz", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-gofuzz-b5d2b7b6b110c9a4", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c51cb803e46165a88a8c9d5b3dfc10f2c79d080f984b661c0875ba79cec9322d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:gofuzz:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/gofuzz@v1.2.0" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-3e5549619c0b0f5a", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125e8ce244d308e87a68188a694186ee861348f3fc331a8be182379192b070fe" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-a782807656929977", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-19a2027004f5cf1b", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-2737ddfee756dcf3", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125e8ce244d308e87a68188a694186ee861348f3fc331a8be182379192b070fe" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-9fa37de07be7d698", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125e8ce244d308e87a68188a694186ee861348f3fc331a8be182379192b070fe" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/shlex", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-shlex-93c25767e84896d2", + "versionInfo": "v0.0.0-20191202100458-e7afc7fbc510", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "125e8ce244d308e87a68188a694186ee861348f3fc331a8be182379192b070fe" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:shlex:v0.0.0-20191202100458-e7afc7fbc510:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-488dabc39266c01c", + "versionInfo": "v1.1.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.1.2" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-60afec4a746f2425", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a8962d5e72515a6a5eee6ff75e5ca1aec2eb11446a1d1336931ce8c57ab2503b" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.2.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-65ce03ac546a5278", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a8962d5e72515a6a5eee6ff75e5ca1aec2eb11446a1d1336931ce8c57ab2503b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.2.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-7aba3c6a8333dfaa", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a8962d5e72515a6a5eee6ff75e5ca1aec2eb11446a1d1336931ce8c57ab2503b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.2.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-7ffc644b638d429b", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a8962d5e72515a6a5eee6ff75e5ca1aec2eb11446a1d1336931ce8c57ab2503b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.2.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-44f9207a0c1ae89c", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a8962d5e72515a6a5eee6ff75e5ca1aec2eb11446a1d1336931ce8c57ab2503b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.2.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-390caf82e6caca5a", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.3.0" + } + ] + }, + { + "name": "github.com/google/uuid", + "SPDXID": "SPDXRef-Package-go-module-github.com-google-uuid-1be85756ae551fff", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b7a2625e09b05cc8c4b3c56eb172099360571ec9fec31f0165d4daa19e5fbbb2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/google/uuid@v1.3.0" + } + ] + }, + { + "name": "github.com/googleapis/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-googleapis-gnostic-299715ab32450f6b", + "versionInfo": "v0.5.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/googleapis/gnostic@v0.5.5" + } + ] + }, + { + "name": "github.com/googleapis/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-googleapis-gnostic-262f277a16caf7b", + "versionInfo": "v0.5.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f5f1c0b4ad2e0dfa6f79eaaaa3586411925c16f61702208ddd4bad2fc17dc47c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/googleapis/gnostic@v0.5.5" + } + ] + }, + { + "name": "github.com/googleapis/gnostic", + "SPDXID": "SPDXRef-Package-go-module-github.com-googleapis-gnostic-c20ac4c9e0b04559", + "versionInfo": "v0.5.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f5f1c0b4ad2e0dfa6f79eaaaa3586411925c16f61702208ddd4bad2fc17dc47c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/googleapis/gnostic@v0.5.5" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-afc2ed3708b48482", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b8d1aa9f911d61d9294df61a23c15e5903dd7071714ebe474d21e1433f99282" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-3004d6dac69bf427", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-45b6c0d217ea3634", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b8d1aa9f911d61d9294df61a23c15e5903dd7071714ebe474d21e1433f99282" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-4675eb76e99dc1a2", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b8d1aa9f911d61d9294df61a23c15e5903dd7071714ebe474d21e1433f99282" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-8c230da47189f91c", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b8d1aa9f911d61d9294df61a23c15e5903dd7071714ebe474d21e1433f99282" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gorilla/mux", + "SPDXID": "SPDXRef-Package-go-module-github.com-gorilla-mux-cdd2185d8d5542aa", + "versionInfo": "v1.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b8d1aa9f911d61d9294df61a23c15e5903dd7071714ebe474d21e1433f99282" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gorilla/mux@v1.8.0" + } + ] + }, + { + "name": "github.com/gosuri/uitable", + "SPDXID": "SPDXRef-Package-go-module-github.com-gosuri-uitable-a61be9a4aa3508df", + "versionInfo": "v0.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "206db12ca46f12b2f7ba163a7b5072945cc6f9a262c10be20c34df38a78a4e96" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gosuri/uitable@v0.0.4" + } + ] + }, + { + "name": "github.com/gosuri/uitable", + "SPDXID": "SPDXRef-Package-go-module-github.com-gosuri-uitable-674e199140eb177d", + "versionInfo": "v0.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "206db12ca46f12b2f7ba163a7b5072945cc6f9a262c10be20c34df38a78a4e96" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gosuri/uitable@v0.0.4" + } + ] + }, + { + "name": "github.com/gosuri/uitable", + "SPDXID": "SPDXRef-Package-go-module-github.com-gosuri-uitable-62540d8457a85b5b", + "versionInfo": "v0.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "206db12ca46f12b2f7ba163a7b5072945cc6f9a262c10be20c34df38a78a4e96" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gosuri:uitable:v0.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gosuri/uitable@v0.0.4" + } + ] + }, + { + "name": "github.com/gregjones/httpcache", + "SPDXID": "SPDXRef-Package-go-module-github.com-gregjones-httpcache-f335a80587ede5f1", + "versionInfo": "v0.0.0-20180305231024-9cad4c3443a7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a5d37a57540159eb72bffd3ec23002a6a547f9e5542e012392eac32eade0a1e3" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7" + } + ] + }, + { + "name": "github.com/gregjones/httpcache", + "SPDXID": "SPDXRef-Package-go-module-github.com-gregjones-httpcache-c1cfba36f030d453", + "versionInfo": "v0.0.0-20180305231024-9cad4c3443a7", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7" + } + ] + }, + { + "name": "github.com/gregjones/httpcache", + "SPDXID": "SPDXRef-Package-go-module-github.com-gregjones-httpcache-1b21d74d87e0c8d1", + "versionInfo": "v0.0.0-20180305231024-9cad4c3443a7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a5d37a57540159eb72bffd3ec23002a6a547f9e5542e012392eac32eade0a1e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7" + } + ] + }, + { + "name": "github.com/gregjones/httpcache", + "SPDXID": "SPDXRef-Package-go-module-github.com-gregjones-httpcache-ef9ad614d10abff6", + "versionInfo": "v0.0.0-20180305231024-9cad4c3443a7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a5d37a57540159eb72bffd3ec23002a6a547f9e5542e012392eac32eade0a1e3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gregjones:httpcache:v0.0.0-20180305231024-9cad4c3443a7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/gregjones/httpcache@v0.0.0-20180305231024-9cad4c3443a7" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-go-grpc-middleware-59451cd500bbf0d3", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fbdf37e3e2a2ce6bc557ba57406497413b1a5a1ab61a3b8d52dd1a514d18058c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-go-grpc-middleware-6fbe370a0825db91", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-go-grpc-middleware-f2c46862f18c6b85", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fbdf37e3e2a2ce6bc557ba57406497413b1a5a1ab61a3b8d52dd1a514d18058c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/go-grpc-middleware", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-go-grpc-middleware-3e609773a86520e4", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fbdf37e3e2a2ce6bc557ba57406497413b1a5a1ab61a3b8d52dd1a514d18058c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/go-grpc-prometheus", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-go-grpc-prometheus-fdd0f53b921a9559", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3afb36eb11e42aa573b51a48ac5ffdd8172ecae43f616e0d488a681ad7d7361a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/grpc-gateway", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-grpc-gateway-f1dfaccebe1e1043", + "versionInfo": "v1.16.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/grpc-gateway", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-grpc-gateway-dfbbd336b3e6e3d3", + "versionInfo": "v1.16.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0" + } + ] + }, + { + "name": "github.com/grpc-ecosystem/grpc-gateway", + "SPDXID": "SPDXRef-Package-go-module-github.com-grpc-ecosystem-grpc-gateway-240f7c0ba0b60dcd", + "versionInfo": "v1.16.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "826706d4a689e7b2e8a615335b41f2f0d98f8673196f8334fa43e92e87d1741a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ecosystem:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc-gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc_gateway:v1.16.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0" + } + ] + }, + { + "name": "github.com/hashicorp/errwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-errwrap-62c08b79009cf977", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0" + } + ] + }, + { + "name": "github.com/hashicorp/errwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-errwrap-17ae591a064ba736", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0" + } + ] + }, + { + "name": "github.com/hashicorp/errwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-errwrap-6e4aa21020a1387f", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0" + } + ] + }, + { + "name": "github.com/hashicorp/errwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-errwrap-cec020c89ecae886", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0" + } + ] + }, + { + "name": "github.com/hashicorp/errwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-errwrap-136c35873b3f1704", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3b1ace7a1ef91145cc63c4c18da8367f35c6678d0b07a20ac38e587865036362" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0" + } + ] + }, + { + "name": "github.com/hashicorp/go-cleanhttp", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-cleanhttp-888b02b3263610ed", + "versionInfo": "v0.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d37e452982168e650bc8544128fb3c4c14288b4c7a77d1b8c5cf677972560194" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2" + } + ] + }, + { + "name": "github.com/hashicorp/go-cty-funcs", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-cty-funcs-42e73fe5c00fc521", + "versionInfo": "v0.0.0-20200930094925-2721b1e36840", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-cty-funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_cty_funcs:v0.0.0-20200930094925-2721b1e36840:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-cty-funcs@v0.0.0-20200930094925-2721b1e36840" + } + ] + }, + { + "name": "github.com/hashicorp/go-multierror", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-multierror-69e234ddc8707bf2", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1" + } + ] + }, + { + "name": "github.com/hashicorp/go-multierror", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-multierror-4b183f898c8821f9", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1" + } + ] + }, + { + "name": "github.com/hashicorp/go-multierror", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-multierror-121973bd7b450f1", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1" + } + ] + }, + { + "name": "github.com/hashicorp/go-multierror", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-multierror-266e4aad5a022329", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1" + } + ] + }, + { + "name": "github.com/hashicorp/go-multierror", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-multierror-ca87a0f5cd85f57a", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1f90e412d7fa097745a74374126e540b04295cc5a47bc200d3e943e3c6b0318a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1" + } + ] + }, + { + "name": "github.com/hashicorp/go-retryablehttp", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-retryablehttp-4ecb34e645d7e010", + "versionInfo": "v0.5.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4255add0abd64f496af0c169a45f6db09185fb29c6ef3b5cd8a20f87344693bb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-retryablehttp:v0.5.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_retryablehttp:v0.5.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.5.3" + } + ] + }, + { + "name": "github.com/hashicorp/go-version", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-version-55d6a17e09905104", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "31c0d6549214ff2faed41455d3a74f68b7cb09a4fb7d44c92e9e6bd38c7b88dc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-version:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_version:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-version@v1.3.0" + } + ] + }, + { + "name": "github.com/hashicorp/go-version", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-go-version-bdae8235ca9ffea4", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7de4d37c53678cff7aeeb942c4cfc8f60ef4d6353e44def860ac7698e90879e9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go-version:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:go_version:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/go-version@v1.6.0" + } + ] + }, + { + "name": "github.com/hashicorp/hcl", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-hcl-2031deabc5e48c7c", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d009e5ce3a62e2f11ab1378d167da62c98134b0b74fbab1fb224c6f2a7161b1e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/hcl@v1.0.0" + } + ] + }, + { + "name": "github.com/hashicorp/hcl", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-hcl-ddaa85e8e6014b61", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d009e5ce3a62e2f11ab1378d167da62c98134b0b74fbab1fb224c6f2a7161b1e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:hcl:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/hcl@v1.0.0" + } + ] + }, + { + "name": "github.com/hashicorp/hcl/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-hashicorp-hcl-v2-25b6315c70c3eb70", + "versionInfo": "v2.8.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hashicorp:hcl\\/v2:v2.8.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/hashicorp/hcl/v2@v2.8.2" + } + ] + }, + { + "name": "github.com/huandu/xstrings", + "SPDXID": "SPDXRef-Package-go-module-github.com-huandu-xstrings-68803a42c130eaa8", + "versionInfo": "v1.3.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2f5f0b203cea956eb1376ac4929755f3ea0bfc85d627500f77ebec758cb859dc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:huandu:xstrings:v1.3.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/huandu/xstrings@v1.3.2" + } + ] + }, + { + "name": "github.com/huandu/xstrings", + "SPDXID": "SPDXRef-Package-go-module-github.com-huandu-xstrings-3fa869afa6508aaf", + "versionInfo": "v1.3.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fc672cb9cd71f0955b27dfeb9727b8c599d501b12419ab93f256de6ea710c2ce" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/huandu/xstrings@v1.3.3" + } + ] + }, + { + "name": "github.com/huandu/xstrings", + "SPDXID": "SPDXRef-Package-go-module-github.com-huandu-xstrings-d76f24fd9ab062b8", + "versionInfo": "v1.3.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fc672cb9cd71f0955b27dfeb9727b8c599d501b12419ab93f256de6ea710c2ce" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/huandu/xstrings@v1.3.3" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-ae9ce5d886e48c4b", + "versionInfo": "v0.3.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6fa47606c9536c8113a002ca3fb2f152f8a34ec348f5301ef34a4b58dda0fc75" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.12" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-45c6e5744b388734", + "versionInfo": "v0.3.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6fa47606c9536c8113a002ca3fb2f152f8a34ec348f5301ef34a4b58dda0fc75" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.12" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-4e1937d8cc56553e", + "versionInfo": "v0.3.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6fa47606c9536c8113a002ca3fb2f152f8a34ec348f5301ef34a4b58dda0fc75" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.12" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-c79d323d0deeaeb2", + "versionInfo": "v0.3.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6fa47606c9536c8113a002ca3fb2f152f8a34ec348f5301ef34a4b58dda0fc75" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.12" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-a717708a3635c61d", + "versionInfo": "v0.3.13", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.13" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-598d346d9844f0ca", + "versionInfo": "v0.3.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "945ccfe7b6ea4bfc2ca8ab2c0869ad2c06fc034c0a8cb1abbdedaadcf3d57019" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.13" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-2bd5f75bb5d0016", + "versionInfo": "v0.3.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "945ccfe7b6ea4bfc2ca8ab2c0869ad2c06fc034c0a8cb1abbdedaadcf3d57019" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.13" + } + ] + }, + { + "name": "github.com/imdario/mergo", + "SPDXID": "SPDXRef-Package-go-module-github.com-imdario-mergo-981005f3b7e32b9c", + "versionInfo": "v0.3.6", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:imdario:mergo:v0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/imdario/mergo@v0.3.6" + } + ] + }, + { + "name": "github.com/intel/goresctrl", + "SPDXID": "SPDXRef-Package-go-module-github.com-intel-goresctrl-54a6d8881cd57204", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:intel:goresctrl:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/intel/goresctrl@v0.2.0" + } + ] + }, + { + "name": "github.com/jmespath/go-jmespath", + "SPDXID": "SPDXRef-Package-go-module-github.com-jmespath-go-jmespath-115dcc24bba0d53a", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "04480b9f97298e7f14375980c38363c03ad2df939d79bc84b457bef583e84148" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0" + } + ] + }, + { + "name": "github.com/jmoiron/sqlx", + "SPDXID": "SPDXRef-Package-go-module-github.com-jmoiron-sqlx-8ba17eb177bf7d48", + "versionInfo": "v1.3.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c2ffb420965f2f9cf4b99a148e5a4a8079206854980feafd09fad78c45ec3bbc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jmoiron:sqlx:v1.3.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jmoiron/sqlx@v1.3.4" + } + ] + }, + { + "name": "github.com/jmoiron/sqlx", + "SPDXID": "SPDXRef-Package-go-module-github.com-jmoiron-sqlx-2c784fbce87e14fe", + "versionInfo": "v1.3.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bc514f03bd69d68e6001eaad100c0b5387675f69daa69acab47afb3d821c3778" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5" + } + ] + }, + { + "name": "github.com/jmoiron/sqlx", + "SPDXID": "SPDXRef-Package-go-module-github.com-jmoiron-sqlx-6d558ef891bde44e", + "versionInfo": "v1.3.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bc514f03bd69d68e6001eaad100c0b5387675f69daa69acab47afb3d821c3778" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jmoiron:sqlx:v1.3.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jmoiron/sqlx@v1.3.5" + } + ] + }, + { + "name": "github.com/jonboulle/clockwork", + "SPDXID": "SPDXRef-Package-go-module-github.com-jonboulle-clockwork-7b860f15b2ab35f6", + "versionInfo": "v0.2.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jonboulle:clockwork:v0.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jonboulle/clockwork@v0.2.2" + } + ] + }, + { + "name": "github.com/jonboulle/clockwork", + "SPDXID": "SPDXRef-Package-go-module-github.com-jonboulle-clockwork-ed87a62ebaaa8671", + "versionInfo": "v0.3.1-0.20230117163003-a89700cec744", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7c9f911170cea6c32a036b29b77c00ab71c6249bd69cd8ad18ad8a5594e8b3ef" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:jonboulle:clockwork:v0.3.1-0.20230117163003-a89700cec744:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/jonboulle/clockwork@v0.3.1-0.20230117163003-a89700cec744" + } + ] + }, + { + "name": "github.com/josharian/intern", + "SPDXID": "SPDXRef-Package-go-module-github.com-josharian-intern-36d01ae01e4c9eb4", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be54b8cf9e2849d8e6d1b823462808f86d47a45fad23ef6b1392cbcce83c1e66" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/josharian/intern@v1.0.0" + } + ] + }, + { + "name": "github.com/josharian/intern", + "SPDXID": "SPDXRef-Package-go-module-github.com-josharian-intern-851da5e3ed0b2551", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/josharian/intern@v1.0.0" + } + ] + }, + { + "name": "github.com/josharian/intern", + "SPDXID": "SPDXRef-Package-go-module-github.com-josharian-intern-f6e2bcc479f5e472", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be54b8cf9e2849d8e6d1b823462808f86d47a45fad23ef6b1392cbcce83c1e66" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/josharian/intern@v1.0.0" + } + ] + }, + { + "name": "github.com/josharian/intern", + "SPDXID": "SPDXRef-Package-go-module-github.com-josharian-intern-cd058c2a00c6468b", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be54b8cf9e2849d8e6d1b823462808f86d47a45fad23ef6b1392cbcce83c1e66" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/josharian/intern@v1.0.0" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-c803345980ed884c", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3d5f29788e1ad32b27733ae0f8bb71ca40fc2df298f4c2fabb68e7c5a127ae73" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-27ddb2fcac0b4926", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-d20afbbcf1cc5c39", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-63ea73d2a0274e86", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-38513a7778555aae", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3d5f29788e1ad32b27733ae0f8bb71ca40fc2df298f4c2fabb68e7c5a127ae73" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-83ef9028e8158928", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3d5f29788e1ad32b27733ae0f8bb71ca40fc2df298f4c2fabb68e7c5a127ae73" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-fd741f5ad3d94efb", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3d5f29788e1ad32b27733ae0f8bb71ca40fc2df298f4c2fabb68e7c5a127ae73" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/json-iterator/go", + "SPDXID": "SPDXRef-Package-go-module-github.com-json-iterator-go-a02ce8a39ccd835", + "versionInfo": "v1.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3d5f29788e1ad32b27733ae0f8bb71ca40fc2df298f4c2fabb68e7c5a127ae73" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/json-iterator/go@v1.1.12" + } + ] + }, + { + "name": "github.com/k3d-io/k3d/v5", + "SPDXID": "SPDXRef-Package-go-module-github.com-k3d-io-k3d-v5-e8237120a2a9ef23", + "versionInfo": "v0.0.0-20230202125824-05d839b2b880", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:k3d-io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:k3d_io:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:k3d:k3d\\/v5:v0.0.0-20230202125824-05d839b2b880:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/k3d-io/k3d/v5@v0.0.0-20230202125824-05d839b2b880" + } + ] + }, + { + "name": "github.com/kballard/go-shellquote", + "SPDXID": "SPDXRef-Package-go-module-github.com-kballard-go-shellquote-ccbf93daea6e98c6", + "versionInfo": "v0.0.0-20180428030007-95032a82bc51", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "67d9f61453545ecb217f024c060340d1153afe2ed655a01e82fdcfb6e2073ccb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kballard:go-shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kballard:go_shellquote:v0.0.0-20180428030007-95032a82bc51:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-e5c641717e6ad255", + "versionInfo": "v1.11.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "792beef139aaea3da9b1426a26b2dc587e8adf0e43c1cfaa8a96da03a79510de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.11.13" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-24018b5657aef828", + "versionInfo": "v1.11.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "792beef139aaea3da9b1426a26b2dc587e8adf0e43c1cfaa8a96da03a79510de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.11.13" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-fb7fe2640819ea7d", + "versionInfo": "v1.11.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "792beef139aaea3da9b1426a26b2dc587e8adf0e43c1cfaa8a96da03a79510de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.11.13" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-9acd23e5c88a290e", + "versionInfo": "v1.11.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "792beef139aaea3da9b1426a26b2dc587e8adf0e43c1cfaa8a96da03a79510de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.11.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.11.13" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-6ff34d877bf93b32", + "versionInfo": "v1.13.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3fbe82a292442d2d1388eda679b9a7ce059a6a3b2c3ff12cce996db604317207" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.13.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.13.6" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-aa9ee301feea16fc", + "versionInfo": "v1.14.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7a28c049125ca1b915b52b7cd4e95f87b257e37a2c60bc32e64ace268e9812ee" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.14.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.14.4" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-19920b88de97344a", + "versionInfo": "v1.15.12", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.15.12" + } + ] + }, + { + "name": "github.com/klauspost/compress", + "SPDXID": "SPDXRef-Package-go-module-github.com-klauspost-compress-b65aefeeabac3f55", + "versionInfo": "v1.15.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "602952fcf226a986e7f9420b0e7ab140267745e842f4ddf5f125379049435043" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:klauspost:compress:v1.15.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/klauspost/compress@v1.15.12" + } + ] + }, + { + "name": "github.com/lann/builder", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-builder-8de1f89e8aec0cfb", + "versionInfo": "v0.0.0-20180802200727-47ae307949d0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "48e10653d7ca88d59dfc7389baaebede24d0cfc28d08bb555fa89d4a84cb754c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0" + } + ] + }, + { + "name": "github.com/lann/builder", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-builder-131f78538e405b52", + "versionInfo": "v0.0.0-20180802200727-47ae307949d0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "48e10653d7ca88d59dfc7389baaebede24d0cfc28d08bb555fa89d4a84cb754c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0" + } + ] + }, + { + "name": "github.com/lann/builder", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-builder-11d0e6619e5528a4", + "versionInfo": "v0.0.0-20180802200727-47ae307949d0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "48e10653d7ca88d59dfc7389baaebede24d0cfc28d08bb555fa89d4a84cb754c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:builder:v0.0.0-20180802200727-47ae307949d0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0" + } + ] + }, + { + "name": "github.com/lann/ps", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-ps-e72bbd4fedb13957", + "versionInfo": "v0.0.0-20150810152359-62de8c46ede0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3faa4f067ad3497dc31154787c37a66e14564ac1b9ad5a3a85884007f00366b9" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0" + } + ] + }, + { + "name": "github.com/lann/ps", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-ps-4097d1f2da0c21d4", + "versionInfo": "v0.0.0-20150810152359-62de8c46ede0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3faa4f067ad3497dc31154787c37a66e14564ac1b9ad5a3a85884007f00366b9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0" + } + ] + }, + { + "name": "github.com/lann/ps", + "SPDXID": "SPDXRef-Package-go-module-github.com-lann-ps-5a7ecd9aee7e613c", + "versionInfo": "v0.0.0-20150810152359-62de8c46ede0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3faa4f067ad3497dc31154787c37a66e14564ac1b9ad5a3a85884007f00366b9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lann:ps:v0.0.0-20150810152359-62de8c46ede0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0" + } + ] + }, + { + "name": "github.com/lib/pq", + "SPDXID": "SPDXRef-Package-go-module-github.com-lib-pq-354b1a1b967cec5", + "versionInfo": "v1.10.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "48ef73ec544fcc0d374211ca26b1f905703a1d4d6b4b85769c856bacd0b58989" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lib:pq:v1.10.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lib/pq@v1.10.4" + } + ] + }, + { + "name": "github.com/lib/pq", + "SPDXID": "SPDXRef-Package-go-module-github.com-lib-pq-97c69174c96a7234", + "versionInfo": "v1.10.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a7b661303f8ab12468cc9af7e2e76552b85ba09c160200a0df8fbf65936f659c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lib/pq@v1.10.7" + } + ] + }, + { + "name": "github.com/lib/pq", + "SPDXID": "SPDXRef-Package-go-module-github.com-lib-pq-ea63dc2c234e8a94", + "versionInfo": "v1.10.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a7b661303f8ab12468cc9af7e2e76552b85ba09c160200a0df8fbf65936f659c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lib:pq:v1.10.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lib/pq@v1.10.7" + } + ] + }, + { + "name": "github.com/liggitt/tabwriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-liggitt-tabwriter-9071b593e0b72a5e", + "versionInfo": "v0.0.0-20181228230101-89fcab3d43de", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f533b77002065ed1219c868bf95f8110447cea82ebbd2fa45a86caa5b26ec9ed" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de" + } + ] + }, + { + "name": "github.com/liggitt/tabwriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-liggitt-tabwriter-1f2ca929b873a1fe", + "versionInfo": "v0.0.0-20181228230101-89fcab3d43de", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de" + } + ] + }, + { + "name": "github.com/liggitt/tabwriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-liggitt-tabwriter-f3a3bf8afd8f4114", + "versionInfo": "v0.0.0-20181228230101-89fcab3d43de", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f533b77002065ed1219c868bf95f8110447cea82ebbd2fa45a86caa5b26ec9ed" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de" + } + ] + }, + { + "name": "github.com/liggitt/tabwriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-liggitt-tabwriter-e96e6978126ea7ec", + "versionInfo": "v0.0.0-20181228230101-89fcab3d43de", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f533b77002065ed1219c868bf95f8110447cea82ebbd2fa45a86caa5b26ec9ed" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de" + } + ] + }, + { + "name": "github.com/liggitt/tabwriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-liggitt-tabwriter-754104a06a5218ba", + "versionInfo": "v0.0.0-20181228230101-89fcab3d43de", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f533b77002065ed1219c868bf95f8110447cea82ebbd2fa45a86caa5b26ec9ed" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:liggitt:tabwriter:v0.0.0-20181228230101-89fcab3d43de:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de" + } + ] + }, + { + "name": "github.com/lithammer/dedent", + "SPDXID": "SPDXRef-Package-go-module-github.com-lithammer-dedent-2275996199e66baa", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lithammer:dedent:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lithammer/dedent@v1.1.0" + } + ] + }, + { + "name": "github.com/lucasb-eyer/go-colorful", + "SPDXID": "SPDXRef-Package-go-module-github.com-lucasb-eyer-go-colorful-f8886d0d6a7236b8", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d679e918eae1c9966e3727eed508ca89420243be3edc534237af408fa2bb9e46" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb-eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb-eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb_eyer:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb_eyer:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb:go-colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:lucasb:go_colorful:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/lucasb-eyer/go-colorful@v1.2.0" + } + ] + }, + { + "name": "github.com/magiconair/properties", + "SPDXID": "SPDXRef-Package-go-module-github.com-magiconair-properties-ff3f59d15b3462c4", + "versionInfo": "v1.8.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6fa909b3e1263c53181a4a30f46894c82c8ebc8c187ad609ddf49a59a93f1a5b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:magiconair:properties:v1.8.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/magiconair/properties@v1.8.5" + } + ] + }, + { + "name": "github.com/magiconair/properties", + "SPDXID": "SPDXRef-Package-go-module-github.com-magiconair-properties-8801ac65caa6245b", + "versionInfo": "v1.8.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "21e4176408907292fd9a07007b536ee9c5fd2cbc3a1311072a337455076f3c36" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:magiconair:properties:v1.8.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/magiconair/properties@v1.8.7" + } + ] + }, + { + "name": "github.com/mailru/easyjson", + "SPDXID": "SPDXRef-Package-go-module-github.com-mailru-easyjson-7153b4bf0fd5c307", + "versionInfo": "v0.7.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f324c85676600a888cd5382aa1e4e5f8b7d4e4983aff12f74211909e298b6270" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mailru/easyjson@v0.7.6" + } + ] + }, + { + "name": "github.com/mailru/easyjson", + "SPDXID": "SPDXRef-Package-go-module-github.com-mailru-easyjson-760b4f6073ffd5d", + "versionInfo": "v0.7.6", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mailru/easyjson@v0.7.6" + } + ] + }, + { + "name": "github.com/mailru/easyjson", + "SPDXID": "SPDXRef-Package-go-module-github.com-mailru-easyjson-841d3896a5a22df0", + "versionInfo": "v0.7.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f324c85676600a888cd5382aa1e4e5f8b7d4e4983aff12f74211909e298b6270" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mailru/easyjson@v0.7.6" + } + ] + }, + { + "name": "github.com/mailru/easyjson", + "SPDXID": "SPDXRef-Package-go-module-github.com-mailru-easyjson-1e66431964d88a86", + "versionInfo": "v0.7.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f324c85676600a888cd5382aa1e4e5f8b7d4e4983aff12f74211909e298b6270" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mailru:easyjson:v0.7.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mailru/easyjson@v0.7.6" + } + ] + }, + { + "name": "github.com/mattn/go-colorable", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-colorable-d2c5cf436739e51b", + "versionInfo": "v0.0.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5152f4bcda56874e077895d5d0a2dc693eebd3a80e1f6978396e9d758454218e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-colorable:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_colorable:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-colorable@v0.0.9" + } + ] + }, + { + "name": "github.com/mattn/go-colorable", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-colorable-6a7d33da0ab08596", + "versionInfo": "v0.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8c5f83bba0253c88ecd8189489094a397d2bb774ae8c7c4f9e4b0f2996da038d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-colorable@v0.1.12" + } + ] + }, + { + "name": "github.com/mattn/go-colorable", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-colorable-f72adc28c6729062", + "versionInfo": "v0.1.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8c5f83bba0253c88ecd8189489094a397d2bb774ae8c7c4f9e4b0f2996da038d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_colorable:v0.1.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-colorable@v0.1.12" + } + ] + }, + { + "name": "github.com/mattn/go-colorable", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-colorable-92b970ac4fa1301b", + "versionInfo": "v0.1.13", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7c5038599c5d105e2d5cf65528c2f00fca149c24d3a34f1db94ef0c5e71d12f0" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-colorable@v0.1.13" + } + ] + }, + { + "name": "github.com/mattn/go-isatty", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-isatty-a8e1f2c12e6f5001", + "versionInfo": "v0.0.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c95b806b2b3a0477f18a38193f3c3edd996ee724202863f6fe17106c76fb4bd6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-isatty:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_isatty:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-isatty@v0.0.14" + } + ] + }, + { + "name": "github.com/mattn/go-isatty", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-isatty-2149ddef52de3ae6", + "versionInfo": "v0.0.16", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6eadd58c59affec3a31ed744866904578c75009b6f52f389d8f140679fa978a4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-isatty@v0.0.16" + } + ] + }, + { + "name": "github.com/mattn/go-isatty", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-isatty-f0091f4be68b4ae6", + "versionInfo": "v0.0.17", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0536abc54708783a8bdbb31cfafcaf7566122f6f33a4886fdd1a1376c2cc3e78" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-isatty:v0.0.17:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_isatty:v0.0.17:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-isatty@v0.0.17" + } + ] + }, + { + "name": "github.com/mattn/go-isatty", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-isatty-56f32a76dde97e76", + "versionInfo": "v0.0.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9ecff29219968bb1bd3bef1ae38f1279c254de748c05725fa90925d2ea44d632" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-isatty:v0.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_isatty:v0.0.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-isatty@v0.0.3" + } + ] + }, + { + "name": "github.com/mattn/go-runewidth", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-runewidth-cdc376c4ed55feab", + "versionInfo": "v0.0.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb19db65211e0db388839fe613a245d30ea7f5db91d65dff5a66e29d657052e5" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14" + } + ] + }, + { + "name": "github.com/mattn/go-runewidth", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-runewidth-6e797b633b51405d", + "versionInfo": "v0.0.14", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb19db65211e0db388839fe613a245d30ea7f5db91d65dff5a66e29d657052e5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_runewidth:v0.0.14:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-runewidth@v0.0.14" + } + ] + }, + { + "name": "github.com/mattn/go-runewidth", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-runewidth-ad0f740314c1aede", + "versionInfo": "v0.0.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e6f7de5fdeb7f176977a4d29ae5421d56ff421ba9b97958afcb0223f41d13ed" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9" + } + ] + }, + { + "name": "github.com/mattn/go-runewidth", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-runewidth-2bb905bf9be1320c", + "versionInfo": "v0.0.9", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e6f7de5fdeb7f176977a4d29ae5421d56ff421ba9b97958afcb0223f41d13ed" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_runewidth:v0.0.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-runewidth@v0.0.9" + } + ] + }, + { + "name": "github.com/mattn/go-shellwords", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-shellwords-9cd2921e2bb239d9", + "versionInfo": "v1.0.12", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12" + } + ] + }, + { + "name": "github.com/mattn/go-shellwords", + "SPDXID": "SPDXRef-Package-go-module-github.com-mattn-go-shellwords-d711d66e5624b96d", + "versionInfo": "v1.0.12", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "336cc69bb116e94409bc3790c68e13e7578a3eeadb7856def16b5e6c6136c6b9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go-shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mattn:go_shellwords:v1.0.12:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mattn/go-shellwords@v1.0.12" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-364e492d5df48912", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-ad061bfb8b74031d", + "versionInfo": "v1.0.2-0.20181231171920-c182affec369", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2345d6f7e7b55d60f175c127895e2b40020e3d4183abaec94828910a018264b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.2-0.20181231171920-c182affec369:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-59e73878f1a6022b", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-be75cf2f069d84eb", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-c4b7382a9372d14d", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-bc01b6ae6b2aa233", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-5bf4b7f16dc36eb2", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-f1f6402a57b59dd6", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/matttproud/golang_protobuf_extensions", + "SPDXID": "SPDXRef-Package-go-module-github.com-matttproud-golang-protobuf-extensions-d0a2b249515111de", + "versionInfo": "v1.0.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9a60d5a2b5ccecf0862b0f7872ce7391f03d3d2cb9a44bcd5913f4113d13215a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4" + } + ] + }, + { + "name": "github.com/mgutz/ansi", + "SPDXID": "SPDXRef-Package-go-module-github.com-mgutz-ansi-633ff964b7cba397", + "versionInfo": "v0.0.0-20170206155736-9520e82c474b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8fbfb51e90054b5cf2e7e438ab1d5f5a1f748132b088de10086a18f535b2c8ee" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mgutz:ansi:v0.0.0-20170206155736-9520e82c474b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b" + } + ] + }, + { + "name": "github.com/miekg/pkcs11", + "SPDXID": "SPDXRef-Package-go-module-github.com-miekg-pkcs11-8cb0e735872daa33", + "versionInfo": "v1.1.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:miekg:pkcs11:v1.1.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/miekg/pkcs11@v1.1.1" + } + ] + }, + { + "name": "github.com/mistifyio/go-zfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-mistifyio-go-zfs-543016363f577e8a", + "versionInfo": "v2.1.2-0.20190413222219-f784269be439+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mistifyio:go-zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mistifyio:go_zfs:v2.1.2-0.20190413222219-f784269be439\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mistifyio/go-zfs@v2.1.2-0.20190413222219-f784269be439+incompatible" + } + ] + }, + { + "name": "github.com/mitchellh/copystructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-copystructure-98abe337daf7d036", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be92974cde1ec1c8b4dd596383fabd42f086503b6d04e18121ad795af789246c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0" + } + ] + }, + { + "name": "github.com/mitchellh/copystructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-copystructure-b9e593a23a24818", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be92974cde1ec1c8b4dd596383fabd42f086503b6d04e18121ad795af789246c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0" + } + ] + }, + { + "name": "github.com/mitchellh/copystructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-copystructure-55b7d328e241e7b4", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be92974cde1ec1c8b4dd596383fabd42f086503b6d04e18121ad795af789246c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0" + } + ] + }, + { + "name": "github.com/mitchellh/copystructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-copystructure-5c19c8e1781558af", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "be92974cde1ec1c8b4dd596383fabd42f086503b6d04e18121ad795af789246c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0" + } + ] + }, + { + "name": "github.com/mitchellh/go-homedir", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-homedir-31fe94e0d81c6299", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "96e905f738971710c53e4035becaf9ce97355ee3c39ffc059edab9986fb81346" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0" + } + ] + }, + { + "name": "github.com/mitchellh/go-ps", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-ps-575fb9a29fe9815a", + "versionInfo": "v0.0.0-20190716172923-621e5597135b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f7e91ef5827d2865b0e403572baa338e82b8eee237b8d6d7bf861520d0671a6f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_ps:v0.0.0-20190716172923-621e5597135b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-ps@v0.0.0-20190716172923-621e5597135b" + } + ] + }, + { + "name": "github.com/mitchellh/go-wordwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-wordwrap-9268275363ba180d", + "versionInfo": "v0.0.0-20150314170334-ad45545899c7", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_wordwrap:v0.0.0-20150314170334-ad45545899c7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-wordwrap@v0.0.0-20150314170334-ad45545899c7" + } + ] + }, + { + "name": "github.com/mitchellh/go-wordwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-wordwrap-e7001df65780726c", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8694727f2d318cac825bc2076a765d9e107f28f84c71ff49bc8abf469ecd2ee" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0" + } + ] + }, + { + "name": "github.com/mitchellh/go-wordwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-wordwrap-353642c3e4879f28", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0" + } + ] + }, + { + "name": "github.com/mitchellh/go-wordwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-wordwrap-126b06bfc36de245", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8694727f2d318cac825bc2076a765d9e107f28f84c71ff49bc8abf469ecd2ee" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0" + } + ] + }, + { + "name": "github.com/mitchellh/go-wordwrap", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-go-wordwrap-d8602c79648f9039", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e8694727f2d318cac825bc2076a765d9e107f28f84c71ff49bc8abf469ecd2ee" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.0" + } + ] + }, + { + "name": "github.com/mitchellh/mapstructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-mapstructure-6114e04d6a8a931", + "versionInfo": "v1.4.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "395a300d20a5970fd88dd2e46a6dffb26ef012d3b2e7d77c9dd1a009cca3f1cb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:mapstructure:v1.4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/mapstructure@v1.4.3" + } + ] + }, + { + "name": "github.com/mitchellh/mapstructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-mapstructure-98e1733f093cb5c3", + "versionInfo": "v1.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0" + } + ] + }, + { + "name": "github.com/mitchellh/mapstructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-mapstructure-444d333b2f3609bd", + "versionInfo": "v1.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8de32c648604ff4f6c58b6b3e373cbec6cba46e3230f6789572b9a73967685d6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0" + } + ] + }, + { + "name": "github.com/mitchellh/mapstructure", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-mapstructure-f52e4efa9104950a", + "versionInfo": "v1.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8de32c648604ff4f6c58b6b3e373cbec6cba46e3230f6789572b9a73967685d6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0" + } + ] + }, + { + "name": "github.com/mitchellh/reflectwalk", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-reflectwalk-ca16e8416e673562", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b62f358a8b9db83d681dde62c757c63993bb3a5d4bd3d0679feb3c5221e5da4" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2" + } + ] + }, + { + "name": "github.com/mitchellh/reflectwalk", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-reflectwalk-393ad7d168f3bc68", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b62f358a8b9db83d681dde62c757c63993bb3a5d4bd3d0679feb3c5221e5da4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2" + } + ] + }, + { + "name": "github.com/mitchellh/reflectwalk", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-reflectwalk-4bfbb81128d2154a", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b62f358a8b9db83d681dde62c757c63993bb3a5d4bd3d0679feb3c5221e5da4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2" + } + ] + }, + { + "name": "github.com/mitchellh/reflectwalk", + "SPDXID": "SPDXRef-Package-go-module-github.com-mitchellh-reflectwalk-47b1638d1ede5752", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b62f358a8b9db83d681dde62c757c63993bb3a5d4bd3d0679feb3c5221e5da4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2" + } + ] + }, + { + "name": "github.com/moby/buildkit", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-buildkit-8e105ab9d91e4af7", + "versionInfo": "v0.11.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/buildkit@v0.11.2" + } + ] + }, + { + "name": "github.com/moby/buildkit", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-buildkit-72879f24aa2b6767", + "versionInfo": "v0.11.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "84d36c62e46cb2f167a7fa89f0589f4ad114cd13a5e6b88f004c24edc4733238" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:buildkit:v0.11.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/buildkit@v0.11.2" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-cdcf602c252940fe", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-933d7f861d6708b6", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-9fecc83fa3b60963", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-cb73decc3ca22605", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-b7c0bfdf65a6c56b", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-6f04247531336fc", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-662223fed1516133", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/locker", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-locker-e00fc2979f2ceb85", + "versionInfo": "v1.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5ea478d737af7a0e1f14e0e2c7ed428789a3fe04f4344d5725ba7f7a9b818" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:locker:v1.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/locker@v1.0.1" + } + ] + }, + { + "name": "github.com/moby/moby", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-moby-cc4d43d14492428", + "versionInfo": "v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "353d1cc00ad983fc0676f63ca737a3e2d3ebfbd58698376417c4ae8fe9a4cf68" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:moby:v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/moby@v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible" + } + ] + }, + { + "name": "github.com/moby/patternmatcher", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-patternmatcher-908eb4969f3c5bd3", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/patternmatcher@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/patternmatcher", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-patternmatcher-687a5031d3ec6d70", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "60266024e7942dcc4bc3543eb1547adfaa664bbb0f127d50a3688037a33b0c1a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:patternmatcher:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/patternmatcher@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-f339feba17003146", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7235b5cd5cb2a223344fb6fa528c92505ab35cca2a45c910b57c063e206138cf" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-dfbf7562358a346b", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-7c22c9c54b143641", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-fc56750d480fc5cb", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-58c8e8cb2ea8c291", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7235b5cd5cb2a223344fb6fa528c92505ab35cca2a45c910b57c063e206138cf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-9f10f7f682132fab", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7235b5cd5cb2a223344fb6fa528c92505ab35cca2a45c910b57c063e206138cf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/spdystream", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-spdystream-d96929294db31973", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7235b5cd5cb2a223344fb6fa528c92505ab35cca2a45c910b57c063e206138cf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:spdystream:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/spdystream@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/sys/mount", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mount-265288c915c97356", + "versionInfo": "v0.3.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7d7d525645c5278ed7583a1e156e12abb3dd4099d5d90203640aa336a8048d4b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mount:v0.3.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mount@v0.3.3" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-424a7f293b22e097", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-526092188ff64548", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-cbc45c7aa69a7838", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-6c4a13679b07d1cb", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-726ee8d5dafa6848", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-13ef7c7a69190ee9", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d8ab3cfebea5a29b315a2f66e7c9e5c2369e4b3517f6288bd6f8f9a81ffd39b2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-dd7c61ad5091f3c6", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-d3a256a1fd09413", + "versionInfo": "v0.6.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-605ed8b178bf67e", + "versionInfo": "v0.6.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "073263a2b783e413053660fd46eb3a81d775a4bb9e70e14fb7cc02f95ca097bf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2" + } + ] + }, + { + "name": "github.com/moby/sys/mountinfo", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-mountinfo-37715967f4ba8192", + "versionInfo": "v0.6.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "073263a2b783e413053660fd46eb3a81d775a4bb9e70e14fb7cc02f95ca097bf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/mountinfo:v0.6.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/mountinfo@v0.6.2" + } + ] + }, + { + "name": "github.com/moby/sys/sequential", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-sequential-ea5c8734ab65af19", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/sequential@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/sequential", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-sequential-e7673c12a525115d", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "38fbc8df92f39fd2b4e0f05b08b5b48382dc1402601ecbd7b11c9ec20e655ed7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/sequential:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/sequential@v0.5.0" + } + ] + }, + { + "name": "github.com/moby/sys/signal", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-signal-f941a400e015aaa1", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "683a58f781fc56585319af6c358505085b0c648521e709b407a5e4228263fe26" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/signal@v0.6.0" + } + ] + }, + { + "name": "github.com/moby/sys/signal", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-signal-d4192ca18737911e", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "683a58f781fc56585319af6c358505085b0c648521e709b407a5e4228263fe26" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/signal@v0.6.0" + } + ] + }, + { + "name": "github.com/moby/sys/signal", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-signal-7544f64752d1be55", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "683a58f781fc56585319af6c358505085b0c648521e709b407a5e4228263fe26" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/signal:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/signal@v0.6.0" + } + ] + }, + { + "name": "github.com/moby/sys/signal", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-signal-16b754e8d463af42", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/signal@v0.7.0" + } + ] + }, + { + "name": "github.com/moby/sys/signal", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-signal-9278ce2d27272c83", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "db9456ddde539d01282af45b10a5066b2e83090e3a2310154d3f4250c826b122" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/signal:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/signal@v0.7.0" + } + ] + }, + { + "name": "github.com/moby/sys/symlink", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-symlink-1afa1af46089592c", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/symlink@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/sys/symlink", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-sys-symlink-8d33d8596aa7aeb7", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b64d6b38cf8b8e9d271667ce201b65577ad30e558ec054618c47808590749d97" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:sys\\/symlink:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/sys/symlink@v0.2.0" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-c60b6931e6add085", + "versionInfo": "v0.0.0-20210610120745-9d4ed1856297", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c87d12bcbcdc6d9c5c257868db287b0aa7443463107bbdc2c37c28641a4f962d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20210610120745-9d4ed1856297:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-c83c561b3cb31e31", + "versionInfo": "v0.0.0-20220808134915-39b0c02b01ae", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20220808134915-39b0c02b01ae:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20220808134915-39b0c02b01ae" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-f6cd9a07e024fa33", + "versionInfo": "v0.0.0-20221120202655-abb19827d345", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20221120202655-abb19827d345:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20221120202655-abb19827d345" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-da0e5272b4677d58", + "versionInfo": "v0.0.0-20221128092401-c43b287e0e0f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27fee18cb6872c3edea46d26e9304c1a6a78350fa26c160b7dec8959d00814b0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20221128092401-c43b287e0e0f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20221128092401-c43b287e0e0f" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-90d0f968c0c13427", + "versionInfo": "v0.0.0-20221205130635-1aeaba878587", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1df9235c37e181568de6b9ae786f1c2fc28a78535e711097161689daa67948a0" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-1ddbbdf886ff1312", + "versionInfo": "v0.0.0-20221205130635-1aeaba878587", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1df9235c37e181568de6b9ae786f1c2fc28a78535e711097161689daa67948a0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587" + } + ] + }, + { + "name": "github.com/moby/term", + "SPDXID": "SPDXRef-Package-go-module-github.com-moby-term-642715d250f7eba2", + "versionInfo": "v0.0.0-20221205130635-1aeaba878587", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1df9235c37e181568de6b9ae786f1c2fc28a78535e711097161689daa67948a0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:moby:term:v0.0.0-20221205130635-1aeaba878587:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/moby/term@v0.0.0-20221205130635-1aeaba878587" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-bbd18dfe57e653c", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d12da67d703ff0f0f561f779ec3d76b556b43a8e5c0be6837c975e1095c35f8" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-925ba57f361301a1", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-e2c671737f1b8487", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-40e8a7389e73026b", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-2c4eb90984e2b0c6", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d12da67d703ff0f0f561f779ec3d76b556b43a8e5c0be6837c975e1095c35f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-fade265fc446a5c8", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d12da67d703ff0f0f561f779ec3d76b556b43a8e5c0be6837c975e1095c35f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-9ed3f3cd4e34184c", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d12da67d703ff0f0f561f779ec3d76b556b43a8e5c0be6837c975e1095c35f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/concurrent", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-concurrent-2f1fcc28907da674", + "versionInfo": "v0.0.0-20180306012644-bacd9c7ef1dd", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4d12da67d703ff0f0f561f779ec3d76b556b43a8e5c0be6837c975e1095c35f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-edc208c214c76a6d", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c416a0a0bb45b3de02067b7196e29e696813329bcbc42e2eaf79cc682f46cf43" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-ae499692c35559e6", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-3afb6432498fc6f9", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-afb5218b128db627", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-667e9e6e56d9d806", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c416a0a0bb45b3de02067b7196e29e696813329bcbc42e2eaf79cc682f46cf43" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-26ad946f7f5c0be0", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c416a0a0bb45b3de02067b7196e29e696813329bcbc42e2eaf79cc682f46cf43" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-4399280c9d386deb", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c416a0a0bb45b3de02067b7196e29e696813329bcbc42e2eaf79cc682f46cf43" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/modern-go/reflect2", + "SPDXID": "SPDXRef-Package-go-module-github.com-modern-go-reflect2-ad4df57928386708", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c416a0a0bb45b3de02067b7196e29e696813329bcbc42e2eaf79cc682f46cf43" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/modern-go/reflect2@v1.0.2" + } + ] + }, + { + "name": "github.com/monochromegane/go-gitignore", + "SPDXID": "SPDXRef-Package-go-module-github.com-monochromegane-go-gitignore-d621eae51b04902c", + "versionInfo": "v0.0.0-20200626010858-205db1a8cc00", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9faff68014374566a3b93a1e63a66d65320abf6bfb4e1532e4a2aeb084f4c9cd" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00" + } + ] + }, + { + "name": "github.com/monochromegane/go-gitignore", + "SPDXID": "SPDXRef-Package-go-module-github.com-monochromegane-go-gitignore-f016829cb2e31b64", + "versionInfo": "v0.0.0-20200626010858-205db1a8cc00", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00" + } + ] + }, + { + "name": "github.com/monochromegane/go-gitignore", + "SPDXID": "SPDXRef-Package-go-module-github.com-monochromegane-go-gitignore-84669c31f27b7d4d", + "versionInfo": "v0.0.0-20200626010858-205db1a8cc00", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9faff68014374566a3b93a1e63a66d65320abf6bfb4e1532e4a2aeb084f4c9cd" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00" + } + ] + }, + { + "name": "github.com/monochromegane/go-gitignore", + "SPDXID": "SPDXRef-Package-go-module-github.com-monochromegane-go-gitignore-c46344779da30b05", + "versionInfo": "v0.0.0-20200626010858-205db1a8cc00", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9faff68014374566a3b93a1e63a66d65320abf6bfb4e1532e4a2aeb084f4c9cd" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go-gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:monochromegane:go_gitignore:v0.0.0-20200626010858-205db1a8cc00:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-bc1a1589a4c6e88e", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9cff4205fc2bbd89c146063aa9f0d09328180e66303a295e3c5930cefe1d53c0" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-9f28d5262bb20d67", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-70fa896ce70a4b09", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9cff4205fc2bbd89c146063aa9f0d09328180e66303a295e3c5930cefe1d53c0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-4402b1fba30fc075", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9cff4205fc2bbd89c146063aa9f0d09328180e66303a295e3c5930cefe1d53c0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-22d605f252cd1d3c", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9cff4205fc2bbd89c146063aa9f0d09328180e66303a295e3c5930cefe1d53c0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/morikuni/aec", + "SPDXID": "SPDXRef-Package-go-module-github.com-morikuni-aec-d8782eb887e4fa91", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9cff4205fc2bbd89c146063aa9f0d09328180e66303a295e3c5930cefe1d53c0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:morikuni:aec:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/morikuni/aec@v1.0.0" + } + ] + }, + { + "name": "github.com/mrunalp/fileutils", + "SPDXID": "SPDXRef-Package-go-module-github.com-mrunalp-fileutils-82e2eb22790dd4d0", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mrunalp:fileutils:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mrunalp/fileutils@v0.5.0" + } + ] + }, + { + "name": "github.com/munnerz/goautoneg", + "SPDXID": "SPDXRef-Package-go-module-github.com-munnerz-goautoneg-53d542304423894c", + "versionInfo": "v0.0.0-20191010083416-a7dc8b61c822", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0b7c3d3ea208d35fceab57359d4026f3c30e1dc402f65e6622548c02964cac70" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822" + } + ] + }, + { + "name": "github.com/munnerz/goautoneg", + "SPDXID": "SPDXRef-Package-go-module-github.com-munnerz-goautoneg-2ae94ecb766ac6b9", + "versionInfo": "v0.0.0-20191010083416-a7dc8b61c822", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822" + } + ] + }, + { + "name": "github.com/munnerz/goautoneg", + "SPDXID": "SPDXRef-Package-go-module-github.com-munnerz-goautoneg-3bd0be1b54fd8378", + "versionInfo": "v0.0.0-20191010083416-a7dc8b61c822", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0b7c3d3ea208d35fceab57359d4026f3c30e1dc402f65e6622548c02964cac70" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822" + } + ] + }, + { + "name": "github.com/mxk/go-flowrate", + "SPDXID": "SPDXRef-Package-go-module-github.com-mxk-go-flowrate-4593930edb71d87f", + "versionInfo": "v0.0.0-20140419014527-cca7078d478f", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mxk:go-flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:mxk:go_flowrate:v0.0.0-20140419014527-cca7078d478f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f" + } + ] + }, + { + "name": "github.com/olekukonko/tablewriter", + "SPDXID": "SPDXRef-Package-go-module-github.com-olekukonko-tablewriter-9b3f3332c48d9c18", + "versionInfo": "v0.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3f619af370f7e308b5a3d27a5a1d6646ea9de2617fc7f960052ecdec06c385e7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-ef7321122114df9c", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-44b703bdb88616b0", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-c016c673a824b866", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-33a968e90c847270", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-b107c08b8512667c", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-ffba7cf0e1659e28", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-b9daeac5122d25e", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-9d0b7ba3f2722a07", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-e22f521700598a7", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-412cfc590a087cf0", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-cb926d366e1b244e", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-870101fb9756da94", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/go-digest", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-go-digest-867cb943be9be9c4", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6a93945ace755b93e586ec86cb3f4509e78120e50303fea75bc3a2ff23a18795" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-8fc2fe0a7599c7c6", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f7208a85afd3e57746b4ed2af50f5ae93e4d502b139ff0eb060d03eee7ce7053" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.2" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-7928e4910c4cff1b", + "versionInfo": "v1.0.3-0.20211202183452-c5a74bcca799", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "adcded89561be73e7868a6837da90a9f47438c8c8fa53b6cce48ee333cadede7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-26552d49d9326d8e", + "versionInfo": "v1.0.3-0.20211202183452-c5a74bcca799", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "adcded89561be73e7868a6837da90a9f47438c8c8fa53b6cce48ee333cadede7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-6672647d26f4a7a9", + "versionInfo": "v1.0.3-0.20211202183452-c5a74bcca799", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "adcded89561be73e7868a6837da90a9f47438c8c8fa53b6cce48ee333cadede7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-f4bf4f620512a303", + "versionInfo": "v1.0.3-0.20211202183452-c5a74bcca799", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "adcded89561be73e7868a6837da90a9f47438c8c8fa53b6cce48ee333cadede7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-cbca9ddfc4db68f6", + "versionInfo": "v1.0.3-0.20211202183452-c5a74bcca799", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "adcded89561be73e7868a6837da90a9f47438c8c8fa53b6cce48ee333cadede7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20211202183452-c5a74bcca799:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20211202183452-c5a74bcca799" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-1e48bf3ccfacb4e1", + "versionInfo": "v1.0.3-0.20220303224323-02efb9a75ee1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.0.3-0.20220303224323-02efb9a75ee1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.0.3-0.20220303224323-02efb9a75ee1" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-adb11f39af46d8d2", + "versionInfo": "v1.1.0-rc2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "db3c7f4adc7859ce6920f0ef2311d7bd7b50156ffb5d62469a733baf7c20d37e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-3b3d7c87cd387cb4", + "versionInfo": "v1.1.0-rc2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "db3c7f4adc7859ce6920f0ef2311d7bd7b50156ffb5d62469a733baf7c20d37e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-d952998176339799", + "versionInfo": "v1.1.0-rc2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "db3c7f4adc7859ce6920f0ef2311d7bd7b50156ffb5d62469a733baf7c20d37e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2" + } + ] + }, + { + "name": "github.com/opencontainers/image-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-image-spec-824338f9b13595c4", + "versionInfo": "v1.1.0-rc2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "db3c7f4adc7859ce6920f0ef2311d7bd7b50156ffb5d62469a733baf7c20d37e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc2" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-7a3c4795c6ffb764", + "versionInfo": "(devel)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:\\(devel\\):*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@(devel)" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-e840eaa37daa36fa", + "versionInfo": "v1.0.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a291d931ab30972c73d4eb86a41139dc3c1ee3fc45ec46536340362ff16908e8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.0.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.0.2" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-a78df37d5d9a56ad", + "versionInfo": "v1.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d95499c0bc7993f05fb01c4c322a46fcb6149e6a8e0ff04f90856041471394bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.2" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-6b46fa5defe02bee", + "versionInfo": "v1.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d95499c0bc7993f05fb01c4c322a46fcb6149e6a8e0ff04f90856041471394bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.2" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-921bc9e9f49c7616", + "versionInfo": "v1.1.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d95499c0bc7993f05fb01c4c322a46fcb6149e6a8e0ff04f90856041471394bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.2" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-5dd201729ff83e6c", + "versionInfo": "v1.1.3", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.3" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-2c7b81c7021080c6", + "versionInfo": "v1.1.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bc85eb90877ed3f276626bb69bb5631af6d294021df573513e19f6a786fe77cc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.3" + } + ] + }, + { + "name": "github.com/opencontainers/runc", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runc-f0079498a23abb7", + "versionInfo": "v1.1.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9d10b3ffcb0a83a2ba8e060014b0e55f33de2130592725f6f030558560fee5d8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runc:v1.1.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runc@v1.1.4" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-1150f0073e78863a", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-3f50f14f211a5183", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-b5b0b6dc28ff6541", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-cadb7afdd1076b2", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-c86fe35d61b0f14b", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-7cba7fd5e0469fb5", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dec9c6ebac819b9f6d2a18523d0ad0ff46c2aefd4b41b2ade342e750f894c5d7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/runtime-spec", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-runtime-spec-818d9892b58ac2fd", + "versionInfo": "v1.0.3-0.20210326190908-1c3f411f0417", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime-spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:runtime_spec:v1.0.3-0.20210326190908-1c3f411f0417:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/runtime-spec@v1.0.3-0.20210326190908-1c3f411f0417" + } + ] + }, + { + "name": "github.com/opencontainers/selinux", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-selinux-b4eb40086977ac84", + "versionInfo": "v1.10.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:selinux:v1.10.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/selinux@v1.10.0" + } + ] + }, + { + "name": "github.com/opencontainers/selinux", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-selinux-55eaaa8c941aa11f", + "versionInfo": "v1.10.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d3d2c83d544fdeeb99190be047e4a031234177511bdef9516c6a90a681ec17cc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/selinux@v1.10.1" + } + ] + }, + { + "name": "github.com/opencontainers/selinux", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-selinux-ce9d847aba90c233", + "versionInfo": "v1.10.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d3d2c83d544fdeeb99190be047e4a031234177511bdef9516c6a90a681ec17cc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/selinux@v1.10.1" + } + ] + }, + { + "name": "github.com/opencontainers/selinux", + "SPDXID": "SPDXRef-Package-go-module-github.com-opencontainers-selinux-63b6fb037c1155e8", + "versionInfo": "v1.10.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d3d2c83d544fdeeb99190be047e4a031234177511bdef9516c6a90a681ec17cc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:opencontainers:selinux:v1.10.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/opencontainers/selinux@v1.10.1" + } + ] + }, + { + "name": "github.com/pelletier/go-toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-d7b4566cd00a26cc", + "versionInfo": "v1.9.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b6310d17a31f64083c7b8666653796696893daf5edb283bafa2b8e8c58440b03" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml:v1.9.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml@v1.9.4" + } + ] + }, + { + "name": "github.com/pelletier/go-toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-caf2354128a30b2a", + "versionInfo": "v1.9.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e32050ce41effbb047ab63d0519177331d086311bb2ec3f6db6b3b020777bdef" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml@v1.9.5" + } + ] + }, + { + "name": "github.com/pelletier/go-toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-15e9f45b3543fe14", + "versionInfo": "v1.9.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e32050ce41effbb047ab63d0519177331d086311bb2ec3f6db6b3b020777bdef" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml@v1.9.5" + } + ] + }, + { + "name": "github.com/pelletier/go-toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-ad86364f0016cf9d", + "versionInfo": "v1.9.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml@v1.9.5" + } + ] + }, + { + "name": "github.com/pelletier/go-toml", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-bdbdec14074beb57", + "versionInfo": "v1.9.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e32050ce41effbb047ab63d0519177331d086311bb2ec3f6db6b3b020777bdef" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml:v1.9.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml@v1.9.5" + } + ] + }, + { + "name": "github.com/pelletier/go-toml/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-pelletier-go-toml-v2-33918f38244f1b02", + "versionInfo": "v2.0.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9ebcea09bee3f5c0c58f6728c8b34b699b894cb8d68e56b3ea7bd3bc8c327085" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go-toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pelletier:go_toml\\/v2:v2.0.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pelletier/go-toml/v2@v2.0.6" + } + ] + }, + { + "name": "github.com/peterbourgon/diskv", + "SPDXID": "SPDXRef-Package-go-module-github.com-peterbourgon-diskv-eb486c2fa0a6bfd8", + "versionInfo": "v2.0.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5017403943f9a78456a8f060d38f0202fa4a37ebf189a8fa81d514ce19785e62" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible" + } + ] + }, + { + "name": "github.com/peterbourgon/diskv", + "SPDXID": "SPDXRef-Package-go-module-github.com-peterbourgon-diskv-d08e2b84b2990a70", + "versionInfo": "v2.0.1+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible" + } + ] + }, + { + "name": "github.com/peterbourgon/diskv", + "SPDXID": "SPDXRef-Package-go-module-github.com-peterbourgon-diskv-e6f0414de4a3f344", + "versionInfo": "v2.0.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5017403943f9a78456a8f060d38f0202fa4a37ebf189a8fa81d514ce19785e62" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible" + } + ] + }, + { + "name": "github.com/peterbourgon/diskv", + "SPDXID": "SPDXRef-Package-go-module-github.com-peterbourgon-diskv-d77b003dc6f683e1", + "versionInfo": "v2.0.1+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5017403943f9a78456a8f060d38f0202fa4a37ebf189a8fa81d514ce19785e62" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:peterbourgon:diskv:v2.0.1\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/peterbourgon/diskv@v2.0.1+incompatible" + } + ] + }, + { + "name": "github.com/phayes/freeport", + "SPDXID": "SPDXRef-Package-go-module-github.com-phayes-freeport-61fceecd094b0139", + "versionInfo": "v0.0.0-20180830031419-95f893ade6f2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "261cd556862f6ce002c685263ace95fc6e03e673d5516ef7acabd7c4fe175097" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:phayes:freeport:v0.0.0-20180830031419-95f893ade6f2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2" + } + ] + }, + { + "name": "github.com/pkg/browser", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-browser-99648d9a0e4ae839", + "versionInfo": "v0.0.0-20180916011732-0a3d74bf9ce4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e3d94e5e619a52957d173de077b4c5658d74e8a5653d56b98dc603d606907fdf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:browser:v0.0.0-20180916011732-0a3d74bf9ce4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/browser@v0.0.0-20180916011732-0a3d74bf9ce4" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-7966def90fc8cb9c", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-de0a52c577ef1b45", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-331f5dd2d50d5bbb", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-730a80d7a9191c27", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-99f0726a0fba1afa", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-392aac28f852c12f", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-5dd1fcc17206898a", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-870d9036627108d1", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-eb5880523922fc76", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-933f5f565c4f0d20", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-11995f91026190d6", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-fd19c08892e02b1b", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pkg/errors", + "SPDXID": "SPDXRef-Package-go-module-github.com-pkg-errors-3dec2c26e92ed074", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "14404bc75cd2db5e28c298f2eeab017a2c5b51192e850030acae54c0b193c2de" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pkg/errors@v0.9.1" + } + ] + }, + { + "name": "github.com/pmezard/go-difflib", + "SPDXID": "SPDXRef-Package-go-module-github.com-pmezard-go-difflib-36301adfaaae6fdf", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0" + } + ] + }, + { + "name": "github.com/pmezard/go-difflib", + "SPDXID": "SPDXRef-Package-go-module-github.com-pmezard-go-difflib-6afe64bf8f6e8196", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e030700c4d0d1b24280476cb4183f04943e808c591e41133224fdfd6565b0103" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0" + } + ] + }, + { + "name": "github.com/pmezard/go-difflib", + "SPDXID": "SPDXRef-Package-go-module-github.com-pmezard-go-difflib-93a8517c6316b235", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e030700c4d0d1b24280476cb4183f04943e808c591e41133224fdfd6565b0103" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go-difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:pmezard:go_difflib:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/pmezard/go-difflib@v1.0.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-27124073feb7fc34", + "versionInfo": "v1.11.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb8790683eef019e83b1fb31075e616c4d287548c6239011b3dcac906bb5bf8b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.11.1" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-e8a3d04523f6ee04", + "versionInfo": "v1.11.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb8790683eef019e83b1fb31075e616c4d287548c6239011b3dcac906bb5bf8b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.11.1" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-860738715739f332", + "versionInfo": "v1.11.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fb8790683eef019e83b1fb31075e616c4d287548c6239011b3dcac906bb5bf8b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.11.1" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-e668881ec31d65ee", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9c976122f9ded9e497fd7440155f4f72f14545bae36dc4d48f454feb64cc867c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-518945fdf4d186e0", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-8d1df66cf89e2e87", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-508e8f1e0d750acd", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9c976122f9ded9e497fd7440155f4f72f14545bae36dc4d48f454feb64cc867c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-e21e222fd39184bb", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9c976122f9ded9e497fd7440155f4f72f14545bae36dc4d48f454feb64cc867c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-golang-4749a3b98f2fc5f", + "versionInfo": "v1.14.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9c976122f9ded9e497fd7440155f4f72f14545bae36dc4d48f454feb64cc867c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_golang:v1.14.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_golang@v1.14.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-b8dfc4b5200926ed", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "baae61d1df86bb18972c92cd001320a76a945833e22ef802cf3d9d511fbf5bf3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.2.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-26e910ab8635e2a6", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "baae61d1df86bb18972c92cd001320a76a945833e22ef802cf3d9d511fbf5bf3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.2.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-690a028579524cf1", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "baae61d1df86bb18972c92cd001320a76a945833e22ef802cf3d9d511fbf5bf3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.2.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-59d0a8583ae1ea28", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "501806147a98746fd33c50f5075a20672c03a84930a777c132fa9d890ed77b0e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-460f812093fe96cd", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-6952d1b689889d60", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-f7d8479796acf812", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "501806147a98746fd33c50f5075a20672c03a84930a777c132fa9d890ed77b0e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-6414ef8990b4c492", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "501806147a98746fd33c50f5075a20672c03a84930a777c132fa9d890ed77b0e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/client_model", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-client-model-dd2403dc4cf6e39a", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "501806147a98746fd33c50f5075a20672c03a84930a777c132fa9d890ed77b0e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client-model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:client_model:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/client_model@v0.3.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-8f8db3a7408eb149", + "versionInfo": "v0.30.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2449189509e9cebcd01718ba827ba414f750f9a73cda8461ccc70876e26efd48" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.30.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-5962620593e5c2f7", + "versionInfo": "v0.30.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2449189509e9cebcd01718ba827ba414f750f9a73cda8461ccc70876e26efd48" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.30.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.30.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-263bed0713096e94", + "versionInfo": "v0.32.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "85621d2f73761e8531dc1f23dd837d996a2bd2a858fcd94429911a5f1b88461e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.32.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.32.1" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-e3a40f4886259ce8", + "versionInfo": "v0.37.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "71c05b1c2808893f6e4a8158d2f5fc1f7cec351e5e2edd7bfd140b52f9fca571" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.37.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-f18ba212ba52309c", + "versionInfo": "v0.37.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.37.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-71ffeb260a3f4c86", + "versionInfo": "v0.37.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.37.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-6d4c9f9b5341b80c", + "versionInfo": "v0.37.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "71c05b1c2808893f6e4a8158d2f5fc1f7cec351e5e2edd7bfd140b52f9fca571" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.37.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-7a1e5475a6b9d068", + "versionInfo": "v0.37.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "71c05b1c2808893f6e4a8158d2f5fc1f7cec351e5e2edd7bfd140b52f9fca571" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.37.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.37.0" + } + ] + }, + { + "name": "github.com/prometheus/common", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-common-d0c485735cd37c03", + "versionInfo": "v0.39.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a0eca1903ab4e613d9288b56541909ea0e80b46c62f9fcbb17826f515f2e86c2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:common:v0.39.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/common@v0.39.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-517e2a02fab50b0", + "versionInfo": "v0.7.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e23557865900cb33927260a45c14ce2d12d3cfc11e53e7b28ebc01fc43ead155" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.7.3" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-496a90e5e6ab8991", + "versionInfo": "v0.7.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e23557865900cb33927260a45c14ce2d12d3cfc11e53e7b28ebc01fc43ead155" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.7.3" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-2898ecea9a2de0cb", + "versionInfo": "v0.7.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e23557865900cb33927260a45c14ce2d12d3cfc11e53e7b28ebc01fc43ead155" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.7.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.7.3" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-a985d878facf8edc", + "versionInfo": "v0.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "383abc64511a61e09a64e26565974903601b411f7c7521d2335296fd8a2ee66a" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.8.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-249cd19ca53db73e", + "versionInfo": "v0.8.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.8.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-d215412e37f0d2d8", + "versionInfo": "v0.8.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.8.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-3bfc601943fdc54", + "versionInfo": "v0.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "383abc64511a61e09a64e26565974903601b411f7c7521d2335296fd8a2ee66a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.8.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-16b792a08e4be541", + "versionInfo": "v0.8.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "383abc64511a61e09a64e26565974903601b411f7c7521d2335296fd8a2ee66a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.8.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.8.0" + } + ] + }, + { + "name": "github.com/prometheus/procfs", + "SPDXID": "SPDXRef-Package-go-module-github.com-prometheus-procfs-31acb7d581b255ce", + "versionInfo": "v0.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c33087bc8bcce52c56a98bf08152fbc8963c2f3dcf2a7e3d290b6980c6097e12" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:prometheus:procfs:v0.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/prometheus/procfs@v0.9.0" + } + ] + }, + { + "name": "github.com/rakyll/hey", + "SPDXID": "SPDXRef-Package-go-module-github.com-rakyll-hey-4458cbbf73900517", + "versionInfo": "v0.1.4", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "86173c188a87378fab3c566f90cf659024068bb75ad2c20d33cdf1c691646cf0" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rakyll:hey:v0.1.4:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rakyll/hey@v0.1.4" + } + ] + }, + { + "name": "github.com/rivo/uniseg", + "SPDXID": "SPDXRef-Package-go-module-github.com-rivo-uniseg-8144f56445512e25", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4b5a43f7079906e25d166a303706e98bb049f1335fb725089a3ff45908bbda36" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rivo/uniseg@v0.2.0" + } + ] + }, + { + "name": "github.com/rivo/uniseg", + "SPDXID": "SPDXRef-Package-go-module-github.com-rivo-uniseg-e2d15dbae8803a32", + "versionInfo": "v0.4.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bad32fcc3b2e877b2e0049e11f445d1e6a0f6d4eb8f28e82bd7c53c7848130ec" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rivo:uniseg:v0.4.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rivo/uniseg@v0.4.3" + } + ] + }, + { + "name": "github.com/rs/zerolog", + "SPDXID": "SPDXRef-Package-go-module-github.com-rs-zerolog-d663f3347dca5153", + "versionInfo": "v1.29.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "65eb38863bb4e218dbbe45643a1765d87a596bed0f995c22826a3c5e8391139c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rs:zerolog:v1.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rs/zerolog@v1.29.0" + } + ] + }, + { + "name": "github.com/rubenv/sql-migrate", + "SPDXID": "SPDXRef-Package-go-module-github.com-rubenv-sql-migrate-52525ae9442b855a", + "versionInfo": "v0.0.0-20210614095031-55d5740dbbcc", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "043eee66a90df02a6326d37fb527002a271c062914e1d96a7bf80dae445a3d8e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql-migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql_migrate:v0.0.0-20210614095031-55d5740dbbcc:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rubenv/sql-migrate@v0.0.0-20210614095031-55d5740dbbcc" + } + ] + }, + { + "name": "github.com/rubenv/sql-migrate", + "SPDXID": "SPDXRef-Package-go-module-github.com-rubenv-sql-migrate-3a945353cf28e4e3", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5cc3cb31de35b0aed383be525c379cd79937ce0e56355e928ee0d188d7dc5" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0" + } + ] + }, + { + "name": "github.com/rubenv/sql-migrate", + "SPDXID": "SPDXRef-Package-go-module-github.com-rubenv-sql-migrate-ea97115aca228827", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ce5cc3cb31de35b0aed383be525c379cd79937ce0e56355e928ee0d188d7dc5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql-migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:rubenv:sql_migrate:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/rubenv/sql-migrate@v1.2.0" + } + ] + }, + { + "name": "github.com/russross/blackfriday", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-9acaf92dc741ce47", + "versionInfo": "v1.5.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1f2bc2d0045f9d906a9d7c00045792647a4abc91c925f3f3f3518db9e2e3d28a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday:v1.5.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday@v1.5.2" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-2923ce2df0a88517", + "versionInfo": "v2.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "94fa9502d7be1ee1cd7e127fd0b0bdf04496473f1a7f2f6d33fd112bc9bda3e4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-39fcd0ac6ae450d2", + "versionInfo": "v2.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "94fa9502d7be1ee1cd7e127fd0b0bdf04496473f1a7f2f6d33fd112bc9bda3e4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-bbbcbaca910bde6e", + "versionInfo": "v2.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "94fa9502d7be1ee1cd7e127fd0b0bdf04496473f1a7f2f6d33fd112bc9bda3e4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-ebef2fd13289c314", + "versionInfo": "v2.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.0.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.0.1" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-783c7cece8d48505", + "versionInfo": "v2.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "248387e79ff4716c8eba296bf7faa5ae6d0149795daa7ab032c7f7e4b77aee69" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-9218c6e82e4a1e03", + "versionInfo": "v2.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0" + } + ] + }, + { + "name": "github.com/russross/blackfriday/v2", + "SPDXID": "SPDXRef-Package-go-module-github.com-russross-blackfriday-v2-85c20fb123988eb", + "versionInfo": "v2.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "248387e79ff4716c8eba296bf7faa5ae6d0149795daa7ab032c7f7e4b77aee69" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:russross:blackfriday\\/v2:v2.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/russross/blackfriday/v2@v2.1.0" + } + ] + }, + { + "name": "github.com/sahilm/fuzzy", + "SPDXID": "SPDXRef-Package-go-module-github.com-sahilm-fuzzy-80fd6dd1558d8ba4", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1735866b0d8ea6acaefbbf78650f526227d6bf61085e9c0fe2af1d6359030302" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sahilm:fuzzy:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sahilm/fuzzy@v0.1.0" + } + ] + }, + { + "name": "github.com/seccomp/libseccomp-golang", + "SPDXID": "SPDXRef-Package-go-module-github.com-seccomp-libseccomp-golang-632aca43064af591", + "versionInfo": "v0.9.2-0.20220502022130-f33da4d89646", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:seccomp:libseccomp-golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:seccomp:libseccomp_golang:v0.9.2-0.20220502022130-f33da4d89646:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/seccomp/libseccomp-golang@v0.9.2-0.20220502022130-f33da4d89646" + } + ] + }, + { + "name": "github.com/serialx/hashring", + "SPDXID": "SPDXRef-Package-go-module-github.com-serialx-hashring-2d89a2df25ebcb4e", + "versionInfo": "v0.0.0-20190422032157-8b2912629002", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002" + } + ] + }, + { + "name": "github.com/serialx/hashring", + "SPDXID": "SPDXRef-Package-go-module-github.com-serialx-hashring-7979f06277f87e02", + "versionInfo": "v0.0.0-20190422032157-8b2912629002", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "91af503ee420daee0b1a2a62646b20920deb242a38888502cbbe4575d3341914" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:serialx:hashring:v0.0.0-20190422032157-8b2912629002:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/serialx/hashring@v0.0.0-20190422032157-8b2912629002" + } + ] + }, + { + "name": "github.com/shirou/gopsutil", + "SPDXID": "SPDXRef-Package-go-module-github.com-shirou-gopsutil-5591c59ac20fcbb0", + "versionInfo": "v3.21.4+incompatible", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7ee1dc4e6e665fec33a39e3672661c57d4531902db9c72c8e52c90e6bc9355c9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shirou:gopsutil:v3.21.4\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shirou/gopsutil@v3.21.4+incompatible" + } + ] + }, + { + "name": "github.com/shopspring/decimal", + "SPDXID": "SPDXRef-Package-go-module-github.com-shopspring-decimal-851d249f1a38ffad", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "69b4804d7990118c9286ec48e3fbf25b7b55d4caca009cc267fd332d45d86ec4" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shopspring/decimal@v1.2.0" + } + ] + }, + { + "name": "github.com/shopspring/decimal", + "SPDXID": "SPDXRef-Package-go-module-github.com-shopspring-decimal-9d11e39a9a7f8b2d", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "69b4804d7990118c9286ec48e3fbf25b7b55d4caca009cc267fd332d45d86ec4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shopspring/decimal@v1.2.0" + } + ] + }, + { + "name": "github.com/shopspring/decimal", + "SPDXID": "SPDXRef-Package-go-module-github.com-shopspring-decimal-8c72f75a900e6138", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "69b4804d7990118c9286ec48e3fbf25b7b55d4caca009cc267fd332d45d86ec4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shopspring:decimal:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shopspring/decimal@v1.2.0" + } + ] + }, + { + "name": "github.com/shurcooL/sanitized_anchor_name", + "SPDXID": "SPDXRef-Package-go-module-github.com-shurcooL-sanitized-anchor-name-6caf4fa5274c2446", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3dd9a808eeb0bdbb3eef2ac9c8c391b78fc1998e486322704bf90e896c7c987a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0" + } + ] + }, + { + "name": "github.com/shurcooL/sanitized_anchor_name", + "SPDXID": "SPDXRef-Package-go-module-github.com-shurcooL-sanitized-anchor-name-ad2f7dba2a4c076d", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3dd9a808eeb0bdbb3eef2ac9c8c391b78fc1998e486322704bf90e896c7c987a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0" + } + ] + }, + { + "name": "github.com/shurcooL/sanitized_anchor_name", + "SPDXID": "SPDXRef-Package-go-module-github.com-shurcooL-sanitized-anchor-name-1d7f89750a1176d3", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3dd9a808eeb0bdbb3eef2ac9c8c391b78fc1998e486322704bf90e896c7c987a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0" + } + ] + }, + { + "name": "github.com/shurcooL/sanitized_anchor_name", + "SPDXID": "SPDXRef-Package-go-module-github.com-shurcooL-sanitized-anchor-name-cbc556b8698fa904", + "versionInfo": "v1.0.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized-anchor-name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:shurcooL:sanitized_anchor_name:v1.0.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/shurcooL/sanitized_anchor_name@v1.0.0" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-d287cb4602d62ebf", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-a1efff9acbc906f9", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-417c6f7b62a17900", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-4fb23f74137bf1f4", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-8fdce5fa52509538", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-66282bc4a65634cf", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-666d8e4c23db4cea", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-de6a68d0dd02e4a4", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7492ae1e0aa4d4d35096aa00e814e533559ff43387dcd063432bb487df806591" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.8.1" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-8a3610757176ecdd", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b6b94d41b3541b739d0eb0e2974dcc09bd47da8f67275c78ff92d8c3b6f20c4d" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.9.0" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-100d1ef387b858ea", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.9.0" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-6b59cd355312678", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b6b94d41b3541b739d0eb0e2974dcc09bd47da8f67275c78ff92d8c3b6f20c4d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.9.0" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-2e60c0523d36fd34", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b6b94d41b3541b739d0eb0e2974dcc09bd47da8f67275c78ff92d8c3b6f20c4d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.9.0" + } + ] + }, + { + "name": "github.com/sirupsen/logrus", + "SPDXID": "SPDXRef-Package-go-module-github.com-sirupsen-logrus-7d6554aafa5b2f92", + "versionInfo": "v1.9.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b6b94d41b3541b739d0eb0e2974dcc09bd47da8f67275c78ff92d8c3b6f20c4d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:sirupsen:logrus:v1.9.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/sirupsen/logrus@v1.9.0" + } + ] + }, + { + "name": "github.com/spf13/afero", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-afero-f87ac1771af9c7b6", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c686b1dac2760d3f12f31036a5a3c58c309270235e5ac83be551b40cb46b7a26" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:afero:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/afero@v1.6.0" + } + ] + }, + { + "name": "github.com/spf13/afero", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-afero-73ddfd82d172fff5", + "versionInfo": "v1.9.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e351682347c3ece47b98670a13f68e88b906adec9ff227c839098900d5a880c9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:afero:v1.9.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/afero@v1.9.3" + } + ] + }, + { + "name": "github.com/spf13/cast", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cast-88041036924b6a14", + "versionInfo": "v1.3.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9c59ba4b448c772cebcdc9938528a9884b9b203cbc5845ca359d143a0891a678" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cast:v1.3.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cast@v1.3.1" + } + ] + }, + { + "name": "github.com/spf13/cast", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cast-7b97d16610d322ee", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b348737be274d7de997c4313b3cd0ded4945b74043b90ed0f890e71e231629d0" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cast@v1.4.1" + } + ] + }, + { + "name": "github.com/spf13/cast", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cast-f5d4f35448eb6448", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b348737be274d7de997c4313b3cd0ded4945b74043b90ed0f890e71e231629d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cast:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cast@v1.4.1" + } + ] + }, + { + "name": "github.com/spf13/cast", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cast-cd4299f8b09c28db", + "versionInfo": "v1.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ae3dd6cd8735d5765a21930f2a6c0ff7ace41449e702657cb3a5db076698df6c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cast@v1.5.0" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-5af24ed477f8e3d5", + "versionInfo": "v1.1.3", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c6085b7ea3e4c73c4fdc2fdfde7e4376901b74a2e3e19138056408dfada5e773" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/compose-switch", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.1.3:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.1.3" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-a986dde913a0650a", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "47b712bc6bbe56ffaa5f4816e51ffce5dc769269894f9cf934cf227dd623767d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.3.0" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-4978be4399625b53", + "versionInfo": "v1.6.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.0" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-a66613f12e22d4db", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a3de2888fc92e0a0f598fcb67e67186071df0b12ea62324e846b021c566d1330" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.1" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-d9504935183192d4", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.1" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-5455d030bf8fefd4", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a3de2888fc92e0a0f598fcb67e67186071df0b12ea62324e846b021c566d1330" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.1" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-41e4ba03c197b951", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a3de2888fc92e0a0f598fcb67e67186071df0b12ea62324e846b021c566d1330" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.1" + } + ] + }, + { + "name": "github.com/spf13/cobra", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-cobra-b7b969ee8229f1bb", + "versionInfo": "v1.6.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a3de2888fc92e0a0f598fcb67e67186071df0b12ea62324e846b021c566d1330" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:cobra:v1.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/cobra@v1.6.1" + } + ] + }, + { + "name": "github.com/spf13/jwalterweatherman", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-jwalterweatherman-ddc981583f276ca7", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b9eeafa02e5b47917c6312394baee3f62e7cd8553842fa366e6aa7a8c6000c59" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0" + } + ] + }, + { + "name": "github.com/spf13/jwalterweatherman", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-jwalterweatherman-b9a9311ceecf9707", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b9eeafa02e5b47917c6312394baee3f62e7cd8553842fa366e6aa7a8c6000c59" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:jwalterweatherman:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/jwalterweatherman@v1.1.0" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-d34aedefbcb16d46", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-da09faea830ce053", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-21d4d9e950181f73", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-f2e622f23898935", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-82c3caa5553020c5", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-f31da943d764b121", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/compose-switch", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-4e6943b48d166b7d", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-a5de43cefd9e0cff", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/pflag", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-pflag-426c93465dfc809f", + "versionInfo": "v1.0.5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8b2f951543823f56bef3216da3f76b836089e6ed3246807b7d9c370cabff2570" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/pflag@v1.0.5" + } + ] + }, + { + "name": "github.com/spf13/viper", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-viper-8ffcf085cd8a1176", + "versionInfo": "v1.10.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9971f45301d2e03d87c1665aef98a6e31210ca72df6e599657ba9c5a97efd329" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:viper:v1.10.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/viper@v1.10.0" + } + ] + }, + { + "name": "github.com/spf13/viper", + "SPDXID": "SPDXRef-Package-go-module-github.com-spf13-viper-b99d4a4eb32b15bd", + "versionInfo": "v1.15.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8ecdf2cbcf391bcc7025aea238848617077eaa5528e40bf25dbec28a285db625" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:spf13:viper:v1.15.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/spf13/viper@v1.15.0" + } + ] + }, + { + "name": "github.com/stefanberger/go-pkcs11uri", + "SPDXID": "SPDXRef-Package-go-module-github.com-stefanberger-go-pkcs11uri-b75173237432cfd7", + "versionInfo": "v0.0.0-20201008174630-78d3cae3a980", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:stefanberger:go-pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:stefanberger:go_pkcs11uri:v0.0.0-20201008174630-78d3cae3a980:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/stefanberger/go-pkcs11uri@v0.0.0-20201008174630-78d3cae3a980" + } + ] + }, + { + "name": "github.com/stretchr/testify", + "SPDXID": "SPDXRef-Package-go-module-github.com-stretchr-testify-9765f6f38e7c362f", + "versionInfo": "v1.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9f07370c47879a62c07e866e71547cf35b804a4d0c7e3c3cc5827df6d6f909c6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:stretchr:testify:v1.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/stretchr/testify@v1.7.0" + } + ] + }, + { + "name": "github.com/stretchr/testify", + "SPDXID": "SPDXRef-Package-go-module-github.com-stretchr-testify-9db509d7b28e68b0", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/stretchr/testify@v1.8.1" + } + ] + }, + { + "name": "github.com/stretchr/testify", + "SPDXID": "SPDXRef-Package-go-module-github.com-stretchr-testify-75186f2d798479e1", + "versionInfo": "v1.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c3b07a96132b8bdc1d2545661193c61a1673ad84cfbe0240af3ef034f8182ac9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:stretchr:testify:v1.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/stretchr/testify@v1.8.1" + } + ] + }, + { + "name": "github.com/subosito/gotenv", + "SPDXID": "SPDXRef-Package-go-module-github.com-subosito-gotenv-a1a3e35c03df99b", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4a5af547d1f102510a79f82ae639fd53e0e711394851ae877e01338f483977bb" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:subosito:gotenv:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/subosito/gotenv@v1.2.0" + } + ] + }, + { + "name": "github.com/subosito/gotenv", + "SPDXID": "SPDXRef-Package-go-module-github.com-subosito-gotenv-b3549f7306b21dc", + "versionInfo": "v1.4.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5f54ee04b00c0c56da4c00a180204bbb70d4dd43f210ba671768e3276733fd2f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:subosito:gotenv:v1.4.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/subosito/gotenv@v1.4.2" + } + ] + }, + { + "name": "github.com/syndtr/gocapability", + "SPDXID": "SPDXRef-Package-go-module-github.com-syndtr-gocapability-b15ba4a659710559", + "versionInfo": "v0.0.0-20200815063812-42c35b437635", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:syndtr:gocapability:v0.0.0-20200815063812-42c35b437635:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/syndtr/gocapability@v0.0.0-20200815063812-42c35b437635" + } + ] + }, + { + "name": "github.com/tchap/go-patricia", + "SPDXID": "SPDXRef-Package-go-module-github.com-tchap-go-patricia-2dffa008de69c60d", + "versionInfo": "v2.2.6+incompatible", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tchap:go-patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tchap:go_patricia:v2.2.6\\+incompatible:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tchap/go-patricia@v2.2.6+incompatible" + } + ] + }, + { + "name": "github.com/theupdateframework/notary", + "SPDXID": "SPDXRef-Package-go-module-github.com-theupdateframework-notary-f4483e09cd8b44d0", + "versionInfo": "v0.6.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:theupdateframework:notary:v0.6.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/theupdateframework/notary@v0.6.1" + } + ] + }, + { + "name": "github.com/theupdateframework/notary", + "SPDXID": "SPDXRef-Package-go-module-github.com-theupdateframework-notary-f8730a31252e2e88", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4326a0459ef0952a634f9376a90021fe937e0d5aa07a4bf80f36c08808842f77" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/theupdateframework/notary@v0.7.0" + } + ] + }, + { + "name": "github.com/theupdateframework/notary", + "SPDXID": "SPDXRef-Package-go-module-github.com-theupdateframework-notary-d9e72120f0012fdd", + "versionInfo": "v0.7.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4326a0459ef0952a634f9376a90021fe937e0d5aa07a4bf80f36c08808842f77" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:theupdateframework:notary:v0.7.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/theupdateframework/notary@v0.7.0" + } + ] + }, + { + "name": "github.com/tilt-dev/fsnotify", + "SPDXID": "SPDXRef-Package-go-module-github.com-tilt-dev-fsnotify-1f8010e875d18d6a", + "versionInfo": "v1.4.8-0.20220602155310-fff9c274a375", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "401e78049c00eb1f1053d9c7637c49499476917f5b82965e91128690b4e61170" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tilt-dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tilt_dev:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tilt:fsnotify:v1.4.8-0.20220602155310-fff9c274a375:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tilt-dev/fsnotify@v1.4.8-0.20220602155310-fff9c274a375" + } + ] + }, + { + "name": "github.com/tklauser/go-sysconf", + "SPDXID": "SPDXRef-Package-go-module-github.com-tklauser-go-sysconf-d60080181c03c5a7", + "versionInfo": "v0.3.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a1cd6c256bca926bc8c610c778a5af652e1fe805be61ca20b927d1176fc79a8e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tklauser:go-sysconf:v0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tklauser:go_sysconf:v0.3.6:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.6" + } + ] + }, + { + "name": "github.com/tklauser/numcpus", + "SPDXID": "SPDXRef-Package-go-module-github.com-tklauser-numcpus-1609eb46a9f889fc", + "versionInfo": "v0.2.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a32865972ad272e608ea0fa1ff352f357369d70cbbc7ca90cb7b7fa6279f95d0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tklauser:numcpus:v0.2.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tklauser/numcpus@v0.2.2" + } + ] + }, + { + "name": "github.com/tonistiigi/fsutil", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-fsutil-90c4428efb5e6668", + "versionInfo": "v0.0.0-20230105215944-fb433841cbfa", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa" + } + ] + }, + { + "name": "github.com/tonistiigi/fsutil", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-fsutil-45816e05803f2c93", + "versionInfo": "v0.0.0-20230105215944-fb433841cbfa", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5ce169ff76815e5aa6385020debe9ed2a4233e72b923def42e296a5fe22cd56f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:fsutil:v0.0.0-20230105215944-fb433841cbfa:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/fsutil@v0.0.0-20230105215944-fb433841cbfa" + } + ] + }, + { + "name": "github.com/tonistiigi/units", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-units-9c7b98d7a5cca7fd", + "versionInfo": "v0.0.0-20180711220420-6950e57a87ea", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea" + } + ] + }, + { + "name": "github.com/tonistiigi/units", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-units-2ae993327ecbbaf5", + "versionInfo": "v0.0.0-20180711220420-6950e57a87ea", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4978532c4ea96fa7a577fbff7029dd2b400ca6dd7089515bfd8626a81dff406d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:units:v0.0.0-20180711220420-6950e57a87ea:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/units@v0.0.0-20180711220420-6950e57a87ea" + } + ] + }, + { + "name": "github.com/tonistiigi/vt100", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-vt100-424d2143675d1f18", + "versionInfo": "v0.0.0-20210615222946-8066bb97264f", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f" + } + ] + }, + { + "name": "github.com/tonistiigi/vt100", + "SPDXID": "SPDXRef-Package-go-module-github.com-tonistiigi-vt100-71cbc3cfac7f869", + "versionInfo": "v0.0.0-20210615222946-8066bb97264f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0cba6de81e6869a4bc8f25c76bd540e2bad99680553d55de0adaceb2b15abb17" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:tonistiigi:vt100:v0.0.0-20210615222946-8066bb97264f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/tonistiigi/vt100@v0.0.0-20210615222946-8066bb97264f" + } + ] + }, + { + "name": "github.com/urfave/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-urfave-cli-23e6cf073a4b45cf", + "versionInfo": "v1.22.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa690209c38528f9c299561571444aa6cd577bedf33fdd2049818d7d1923a086" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/urfave/cli@v1.22.1" + } + ] + }, + { + "name": "github.com/urfave/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-urfave-cli-2395305ad44333c3", + "versionInfo": "v1.22.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa690209c38528f9c299561571444aa6cd577bedf33fdd2049818d7d1923a086" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/urfave/cli@v1.22.1" + } + ] + }, + { + "name": "github.com/urfave/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-urfave-cli-d8f6b4df898e568", + "versionInfo": "v1.22.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fa690209c38528f9c299561571444aa6cd577bedf33fdd2049818d7d1923a086" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/urfave/cli@v1.22.1" + } + ] + }, + { + "name": "github.com/urfave/cli", + "SPDXID": "SPDXRef-Package-go-module-github.com-urfave-cli-20f7b00514180b1c", + "versionInfo": "v1.22.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:urfave:cli:v1.22.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/urfave/cli@v1.22.1" + } + ] + }, + { + "name": "github.com/vishvananda/netlink", + "SPDXID": "SPDXRef-Package-go-module-github.com-vishvananda-netlink-e90cf098477cf1ea", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vishvananda:netlink:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/vishvananda/netlink@v1.1.0" + } + ] + }, + { + "name": "github.com/vishvananda/netlink", + "SPDXID": "SPDXRef-Package-go-module-github.com-vishvananda-netlink-c43b4d056cb2b83d", + "versionInfo": "v1.1.1-0.20210330154013-f5de75959ad5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vishvananda:netlink:v1.1.1-0.20210330154013-f5de75959ad5:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/vishvananda/netlink@v1.1.1-0.20210330154013-f5de75959ad5" + } + ] + }, + { + "name": "github.com/vishvananda/netns", + "SPDXID": "SPDXRef-Package-go-module-github.com-vishvananda-netns-3804feb1642fa08c", + "versionInfo": "v0.0.0-20191106174202-0a2b9b5464df", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vishvananda:netns:v0.0.0-20191106174202-0a2b9b5464df:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20191106174202-0a2b9b5464df" + } + ] + }, + { + "name": "github.com/vishvananda/netns", + "SPDXID": "SPDXRef-Package-go-module-github.com-vishvananda-netns-db5d9e04744db071", + "versionInfo": "v0.0.0-20210104183010-2eb08e3e575f", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:vishvananda:netns:v0.0.0-20210104183010-2eb08e3e575f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/vishvananda/netns@v0.0.0-20210104183010-2eb08e3e575f" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-15990af03e3de4e8", + "versionInfo": "v0.0.0-20180127040702-4e3ac2762d5f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27d106a5c66d3f413fadaa2b08cc6514649306bb1295a0c67f78d4feabc01367" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-c5adeb98489385ce", + "versionInfo": "v0.0.0-20180127040702-4e3ac2762d5f", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-4151e3b2b78cfca6", + "versionInfo": "v0.0.0-20180127040702-4e3ac2762d5f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27d106a5c66d3f413fadaa2b08cc6514649306bb1295a0c67f78d4feabc01367" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-574fbc1baa69c139", + "versionInfo": "v0.0.0-20180127040702-4e3ac2762d5f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27d106a5c66d3f413fadaa2b08cc6514649306bb1295a0c67f78d4feabc01367" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20180127040702-4e3ac2762d5f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20180127040702-4e3ac2762d5f" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-4e7eaac551022ada", + "versionInfo": "v0.0.0-20190905194746-02993c407bfb", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "cc658502d88c732af2507a148d4257d3f96dd47dbe8b629ada7f83dc322648da" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonpointer", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonpointer-8e6f23aeea474f79", + "versionInfo": "v0.0.0-20190905194746-02993c407bfb", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "cc658502d88c732af2507a148d4257d3f96dd47dbe8b629ada7f83dc322648da" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonpointer:v0.0.0-20190905194746-02993c407bfb:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-d3c97444782bf689", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "133256807a2fa27b7b36c723a40c57b0303c4bc04c62f7bc639fbb72e444ed1d" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-1f054559127e7df", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-1c01f2652e07cc74", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "133256807a2fa27b7b36c723a40c57b0303c4bc04c62f7bc639fbb72e444ed1d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-7034dbf4b5e52030", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "133256807a2fa27b7b36c723a40c57b0303c4bc04c62f7bc639fbb72e444ed1d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-f4fc13537c7d1e91", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "133256807a2fa27b7b36c723a40c57b0303c4bc04c62f7bc639fbb72e444ed1d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonreference", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonreference-1b0395fdfb468c32", + "versionInfo": "v0.0.0-20180127040603-bd5ef7bd5415", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "133256807a2fa27b7b36c723a40c57b0303c4bc04c62f7bc639fbb72e444ed1d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonreference:v0.0.0-20180127040603-bd5ef7bd5415:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-d15f1628fb04ef8d", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e160946cf8be1f06d8d951fb92648286795bb4411cbc7b95e2ec3d7b53167be" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-8f0114a9837a871a", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-1a2b8dc126d29644", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e160946cf8be1f06d8d951fb92648286795bb4411cbc7b95e2ec3d7b53167be" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-36d516b31bcce54e", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e160946cf8be1f06d8d951fb92648286795bb4411cbc7b95e2ec3d7b53167be" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-43032162b0e118af", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e160946cf8be1f06d8d951fb92648286795bb4411cbc7b95e2ec3d7b53167be" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xeipuuv/gojsonschema", + "SPDXID": "SPDXRef-Package-go-module-github.com-xeipuuv-gojsonschema-af89d931e33757db", + "versionInfo": "v1.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2e160946cf8be1f06d8d951fb92648286795bb4411cbc7b95e2ec3d7b53167be" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xeipuuv:gojsonschema:v1.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xeipuuv/gojsonschema@v1.2.0" + } + ] + }, + { + "name": "github.com/xlab/treeprint", + "SPDXID": "SPDXRef-Package-go-module-github.com-xlab-treeprint-3138d8edc5e6391b", + "versionInfo": "v0.0.0-20181112141820-a009c3971eca", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d4216537342100bc234bd981014932717eb5e86ce0b2e6143821c0e7e1d29572" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xlab:treeprint:v0.0.0-20181112141820-a009c3971eca:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20181112141820-a009c3971eca" + } + ] + }, + { + "name": "github.com/xlab/treeprint", + "SPDXID": "SPDXRef-Package-go-module-github.com-xlab-treeprint-94131ab363541490", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1bfd438cd90fa5f64216df424a1e9be7f9d8e158a695b1c5dd1878a1bbedcc39" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xlab/treeprint@v1.1.0" + } + ] + }, + { + "name": "github.com/xlab/treeprint", + "SPDXID": "SPDXRef-Package-go-module-github.com-xlab-treeprint-6dcac3d2292ed5c3", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xlab/treeprint@v1.1.0" + } + ] + }, + { + "name": "github.com/xlab/treeprint", + "SPDXID": "SPDXRef-Package-go-module-github.com-xlab-treeprint-a3f5f6c31eaefed", + "versionInfo": "v1.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1bfd438cd90fa5f64216df424a1e9be7f9d8e158a695b1c5dd1878a1bbedcc39" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:xlab:treeprint:v1.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/xlab/treeprint@v1.1.0" + } + ] + }, + { + "name": "github.com/zclconf/go-cty", + "SPDXID": "SPDXRef-Package-go-module-github.com-zclconf-go-cty-4eb8e84b6177bb5b", + "versionInfo": "v1.10.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zclconf:go-cty:v1.10.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:zclconf:go_cty:v1.10.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/github.com/zclconf/go-cty@v1.10.0" + } + ] + }, + { + "name": "gnupg", + "SPDXID": "SPDXRef-Package-deb-gnupg-812f7819b9d5318f", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gnupg/copyright, /var/lib/dpkg/info/gnupg.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gnupg-l10n", + "SPDXID": "SPDXRef-Package-deb-gnupg-l10n-73b7995c9480c1d1", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gnupg-l10n/copyright, /var/lib/dpkg/info/gnupg-l10n.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.1?arch=all&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gnupg-utils", + "SPDXID": "SPDXRef-Package-deb-gnupg-utils-eebfdf06b6eb0bdb", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gnupg-utils/copyright, /var/lib/dpkg/info/gnupg-utils.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gnupg2", + "SPDXID": "SPDXRef-Package-deb-gnupg2-1842fdbe17790a20", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gnupg2/copyright, /var/lib/dpkg/info/gnupg2.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gnupg2:gnupg2:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gnupg2@2.2.27-3ubuntu2.1?arch=all&distro=ubuntu-22.04" + } + ] + }, + { + "name": "go.etcd.io/bbolt", + "SPDXID": "SPDXRef-Package-go-module-go.etcd.io-bbolt-b7631e7610a88dc2", + "versionInfo": "v1.3.6", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "fde71a25fd2c93597897a5786b077ae6fd82dc82f2ecc4a3facff1d400c220c5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.etcd.io/bbolt@v1.3.6" + } + ] + }, + { + "name": "go.mozilla.org/pkcs7", + "SPDXID": "SPDXRef-Package-go-module-go.mozilla.org-pkcs7-83a1b4702587e637", + "versionInfo": "v0.0.0-20200128120323-432b2356ecb1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.mozilla.org/pkcs7@v0.0.0-20200128120323-432b2356ecb1" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-google.golang.org-grpc-otelgrpc-8cc3e7521f2937dd", + "versionInfo": "v0.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2b2d4c39b775f3c6866e06f93a0367c06b8413023d31521c73bac15bace4e409" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.28.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-google.golang.org-grpc-otelgrpc-c6e57a0d3eff6511", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-google.golang.org-grpc-otelgrpc-a1bd1618368caf4e", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9fd6fb00075b42d43493d766d039b6fca51c52ab46f22d8ed792b335a0f37bc7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/google.golang.org\\/grpc\\/otelgrpc:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-net-http-httptrace-otelhttptrace-a82f4ea26b745ba4", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-net-http-httptrace-otelhttptrace-c58de597aed50806", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5a3a7dbec552204caf76268409fab163dc41a90ec9692086b6f1e04787685d99" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/httptrace\\/otelhttptrace:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-net-http-otelhttp-e0103f6c3ba3e1d3", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-contrib-instrumentation-net-http-otelhttp-11acfb672d997dae", + "versionInfo": "v0.29.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "48b99ee0fa2b9be5305f40dd1ccc65c11b7b1733d2134b32b3cd5b7adda8d295" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.29.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.29.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-cd8f84b649856ee2", + "versionInfo": "v1.13.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "d5900a9cd40ac0107116dc30fc6c31354c937f4031919cebba43bc31e5ea7b86" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel@v1.13.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-41cf869436c17efb", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "00fc4b7f47a20702e5f92397889242558cc0d4e38937202857c0b944d472cbb6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-b62127c97908054a", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-internal-retry-390aec786384d367", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-internal-retry-f175a587ee5a40bc", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/internal/retry", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-internal-retry-edae1f1dd66af2d8", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8a620cdef44333264ad72a5095094ef9bac4db623d951849b010d7a435a3973f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/internal\\/retry:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/internal/retry@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-267ed97f613190b6", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-e4ca436cd6df1fa2", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-3d0184635f694b8d", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "58fa4fb0002cf08dab038eefe6ed39e7c99e2a69b09b50e3f7d65ba8257cb19f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracegrpc-417344cf638f7fc0", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracegrpc-af8f83d97a11a41b", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracegrpc-3add78a9b11bf450", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "031a8388693c0a8ac45d2b4c0d91791f3f6fa3d67b659f88e66f09465fe4a38d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracehttp-acfc21d28a357d3d", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracehttp-4f26bb474fd3b16f", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-exporters-otlp-otlptrace-otlptracehttp-76433ec20907d7a0", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f2a39a828fceaa815c94c5148ffd7ce2d67245d0d916971e8d28db93926b97a6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/internal/metric", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-internal-metric-ddaffe44c245f24a", + "versionInfo": "v0.27.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/internal/metric", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-internal-metric-5dbe1879fd2709ff", + "versionInfo": "v0.27.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f5d0151807c58a212ae4d541f45509e5eb7e6ed6c340050825e849fa2932af29" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:internal\\/metric:v0.27.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/internal/metric@v0.27.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/metric", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-metric-14496f533401df47", + "versionInfo": "v0.27.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/metric", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-metric-501a452aa5f0476", + "versionInfo": "v0.27.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1e124fb06849a0a4527a03d020b15b383539e8d4bf2f5504e1f4b5b02e642304" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:metric:v0.27.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/metric@v0.27.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/sdk", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-sdk-3e1264587ac372bd", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:sdk:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/sdk", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-sdk-48ea76e1de3e3894", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/sdk", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-sdk-8f923f001633f3b6", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27b11a5bbd44d2ff3ba9f941e1c0e895aaaadc072e8c6aedc883c642864e0746" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:sdk:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/trace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-trace-9f52750f77a0bf81", + "versionInfo": "v1.13.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "08181167a9edbfe026ba3d630ec32166d9403d3ea06f221175a2331617c149d6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:trace:v1.13.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/trace@v1.13.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/trace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-trace-dc7e056bc17a8d3e", + "versionInfo": "v1.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "768cbc1f36f5449f88df2161b439b035ceed232c35b4d30e22cc8fce9d4d3866" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:trace:v1.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/trace@v1.3.0" + } + ] + }, + { + "name": "go.opentelemetry.io/otel/trace", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-otel-trace-34d9afee8410dfc6", + "versionInfo": "v1.4.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:otel:trace:v1.4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/otel/trace@v1.4.1" + } + ] + }, + { + "name": "go.opentelemetry.io/proto/otlp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-proto-otlp-f6887693149944f9", + "versionInfo": "v0.11.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:proto:otlp:v0.11.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.11.0" + } + ] + }, + { + "name": "go.opentelemetry.io/proto/otlp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-proto-otlp-15818a762d835db1", + "versionInfo": "v0.12.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0" + } + ] + }, + { + "name": "go.opentelemetry.io/proto/otlp", + "SPDXID": "SPDXRef-Package-go-module-go.opentelemetry.io-proto-otlp-c27e27066e34018b", + "versionInfo": "v0.12.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "08c27fdd6a7b88e5844be0982df9c1bfe0d598f6c1fa49b2f4f27dd97be547a7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:proto:otlp:v0.12.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.opentelemetry.io/proto/otlp@v0.12.0" + } + ] + }, + { + "name": "go.starlark.net", + "SPDXID": "SPDXRef-Package-go-module-go.starlark.net-8d89f3defafff526", + "versionInfo": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f8536dac54e6570d18646a41197e7a5c379edf7d6de8901778ad9b73284b38e7" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5" + } + ] + }, + { + "name": "go.starlark.net", + "SPDXID": "SPDXRef-Package-go-module-go.starlark.net-5fffa5cb5b2552af", + "versionInfo": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5" + } + ] + }, + { + "name": "go.starlark.net", + "SPDXID": "SPDXRef-Package-go-module-go.starlark.net-60f9ef82a2982906", + "versionInfo": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f8536dac54e6570d18646a41197e7a5c379edf7d6de8901778ad9b73284b38e7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5" + } + ] + }, + { + "name": "go.starlark.net", + "SPDXID": "SPDXRef-Package-go-module-go.starlark.net-a537e78148929756", + "versionInfo": "v0.0.0-20200306205701-8dd3e2ee1dd5", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f8536dac54e6570d18646a41197e7a5c379edf7d6de8901778ad9b73284b38e7" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go.starlark.net@v0.0.0-20200306205701-8dd3e2ee1dd5" + } + ] + }, + { + "name": "go4.org/intern", + "SPDXID": "SPDXRef-Package-go-module-go4.org-intern-8aab8a564b62c904", + "versionInfo": "v0.0.0-20220617035311-6925f38cc365", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "b7d845bd1d74d9894ea94d1f427d7083084dbd26c71816db2715fd24a7d4de5d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go4.org/intern@v0.0.0-20220617035311-6925f38cc365" + } + ] + }, + { + "name": "go4.org/unsafe/assume-no-moving-gc", + "SPDXID": "SPDXRef-Package-go-module-go4.org-unsafe-assume-no-moving-gc-2f78bdacf1af2c76", + "versionInfo": "v0.0.0-20220617031537-928513b29760", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "172059aafa00fe36cdcee0162d0136906f36d3330091c8a5c7a04c8c66cbfc4e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:unsafe:assume-no-moving-gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:unsafe:assume_no_moving_gc:v0.0.0-20220617031537-928513b29760:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20220617031537-928513b29760" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-7720b19613651de2", + "versionInfo": "v0.0.0-20220131195533-30dcbda58838", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef5bd0acc6ae65985c4d52ba29d60cfab9257a1104c1bdc4f9985a1398eb3eb1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220131195533-30dcbda58838:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.0.0-20220131195533-30dcbda58838" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-4642315a3a155cac", + "versionInfo": "v0.0.0-20220315160706-3147a52a75dd", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.0.0-20220315160706-3147a52a75dd:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.0.0-20220315160706-3147a52a75dd" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-c1b9a3c59690b4cb", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.2.0" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-1e543a121c43473b", + "versionInfo": "v0.2.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0515cf7e1362bd62f962ad01190dfd6b6b16eade3868e0e97f19168d87737b01" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.2.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.2.0" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-415e5bc0acb9000", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "53fd0cf7b29191216fc83ff715299d3f95b9b30226a4d8257bf1071613ac40f1" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-b76aaa48060bcebc", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "53fd0cf7b29191216fc83ff715299d3f95b9b30226a4d8257bf1071613ac40f1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/crypto", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-crypto-4cc2ba19c9691c22", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "53fd0cf7b29191216fc83ff715299d3f95b9b30226a4d8257bf1071613ac40f1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/crypto:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/crypto@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-2a2335e715ac9e90", + "versionInfo": "v0.0.0-20201224014010-6772e930b67b", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.0.0-20201224014010-6772e930b67b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.0.0-20201224014010-6772e930b67b" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-b482a62b618c8844", + "versionInfo": "v0.0.0-20220107192237-5cfca573fb4d", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "eb636f601b9a6a719747664e7f00c5921865e97d435207fcaa0dc6b90bf166c1" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220107192237-5cfca573fb4d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.0.0-20220107192237-5cfca573fb4d" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-649bdad450d20b08", + "versionInfo": "v0.0.0-20220722155237-a158d28d115b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3f17ca754f651040d88dd2333ad0b8a855a0914dab18774a94aa3025230df61d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-75c025ba0e3a8ca6", + "versionInfo": "v0.0.0-20220722155237-a158d28d115b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3f17ca754f651040d88dd2333ad0b8a855a0914dab18774a94aa3025230df61d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-bdfe8c6ed84f764b", + "versionInfo": "v0.0.0-20220722155237-a158d28d115b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3f17ca754f651040d88dd2333ad0b8a855a0914dab18774a94aa3025230df61d" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.0.0-20220722155237-a158d28d115b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.0.0-20220722155237-a158d28d115b" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-b5209e67da60a806", + "versionInfo": "v0.3.1-0.20221206200815-1e63c2f08a10", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.3.1-0.20221206200815-1e63c2f08a10:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.3.1-0.20221206200815-1e63c2f08a10" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-81dffaee9a526a41", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-b585d902f32dfde8", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "43940f70c96f7f115300f574fb4ed7cff3292bd3535eed950d4bb2d0578c7da5" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-3bea5c9c87dda66b", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b24f89cafd80c74aa6b5738ef9de8b980836a33982938daf576ff387b60bd2c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-2adc096e2ebdbcd7", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b24f89cafd80c74aa6b5738ef9de8b980836a33982938daf576ff387b60bd2c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/net", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-net-9a88229340c0b8c7", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "1b24f89cafd80c74aa6b5738ef9de8b980836a33982938daf576ff387b60bd2c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/net:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/net@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-d45ede760896fcf8", + "versionInfo": "v0.0.0-20210819190943-2bc19b11175f", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20210819190943-2bc19b11175f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20210819190943-2bc19b11175f" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-a388865665e03519", + "versionInfo": "v0.0.0-20211104180415-d3ed0bb246c8", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "45eacffa7a2a607510f0231170f942da7bd36b875c0488de824b9675c503baa8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20211104180415-d3ed0bb246c8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20211104180415-d3ed0bb246c8" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-51ae8f07c7cead9a", + "versionInfo": "v0.0.0-20220223155221-ee480838109b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7253fc78c841df410775cd1b7764f0b6aea4814ef2979b9bd9c40b49daefd438" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-e20539edc4ce6971", + "versionInfo": "v0.0.0-20220223155221-ee480838109b", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-262ab10523cccbf0", + "versionInfo": "v0.0.0-20220223155221-ee480838109b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7253fc78c841df410775cd1b7764f0b6aea4814ef2979b9bd9c40b49daefd438" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20220223155221-ee480838109b:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20220223155221-ee480838109b" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-fd324692a5773e9a", + "versionInfo": "v0.0.0-20221014153046-6fdb5e3db783", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-1d48e65e6ad4e6d2", + "versionInfo": "v0.0.0-20221014153046-6fdb5e3db783", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "9edf90e9c5cacf8328b024a99db32daa243c3b3d29c5379fd81e1571ada5bdf9" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.0.0-20221014153046-6fdb5e3db783:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.0.0-20221014153046-6fdb5e3db783" + } + ] + }, + { + "name": "golang.org/x/oauth2", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-oauth2-7501c0cd313bd06e", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "345d2093c2d53e0d4c97b4926c6cb24aea3176c5e2b63ed3be0bee47120c73f3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/oauth2:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/oauth2@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-7cde853306b4b814", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-317a46c812fac709", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-c0fc6e6851cd76ce", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-4e9727740027da2", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-856f9b2ef440d4ab", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-308d457e0a4f7a5e", + "versionInfo": "v0.0.0-20210220032951-036812b2e83c", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "e4ab25198c05a6484687e435e9bc0c3f770ea27b47f0539ea7bb4657ce98ed24" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.0.0-20210220032951-036812b2e83c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-2c3c11fe4e48989a", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c2cba84c61f31217df6b004e873e4262172b57821d2996c4c998c132e4e9d76a" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-953702031e4f9f57", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-1ebcab0c6669b649", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c2cba84c61f31217df6b004e873e4262172b57821d2996c4c998c132e4e9d76a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-36f4ce50e7910d71", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c2cba84c61f31217df6b004e873e4262172b57821d2996c4c998c132e4e9d76a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/sync", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sync-bd12f1040c18a4e0", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c2cba84c61f31217df6b004e873e4262172b57821d2996c4c998c132e4e9d76a" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sync:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sync@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-ae68015b17e2dc1f", + "versionInfo": "v0.0.0-20211116061358-0a5406a5449c", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20211116061358-0a5406a5449c:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20211116061358-0a5406a5449c" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-9e542087e9efaf07", + "versionInfo": "v0.0.0-20220204135822-1c1b9b1eba6a", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a699799998289134fcb8f92660ec845263d3af7ca968a920e5e14e1ab026c711" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220204135822-1c1b9b1eba6a:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220204135822-1c1b9b1eba6a" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-8fe874f8b1cfc309", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-6634494dd7f7d609", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-776fbc7644979aa7", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-4f7269cd1ee947d8", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-22c428636dedb59f", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-c75aa3aa752525db", + "versionInfo": "v0.0.0-20220722155257-8c9f86f7a55f", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bf820db7cc628431af9eb7e33035571b1c3dc2b7f16320a393429b5e3851e79b" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.0.0-20220722155257-8c9f86f7a55f:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.0.0-20220722155257-8c9f86f7a55f" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-3930e55362dcae37", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.3.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-127a56fcccda2a7a", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.3.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-2e1d9fc2daea064a", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "66bd8916d450357dc1099f18b71444f61349602f09e88d4c55b320ea8c14a75f" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-5231c2618416b1d1", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "66bd8916d450357dc1099f18b71444f61349602f09e88d4c55b320ea8c14a75f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-795e1872460116c7", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "66bd8916d450357dc1099f18b71444f61349602f09e88d4c55b320ea8c14a75f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/sys", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-sys-720b67328f81141d", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "66bd8916d450357dc1099f18b71444f61349602f09e88d4c55b320ea8c14a75f" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/sys:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/sys@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-181821a950ef6a9c", + "versionInfo": "v0.0.0-20210927222741-03fcf44c2211", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-b222a1a8663cd809", + "versionInfo": "v0.0.0-20210927222741-03fcf44c2211", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "2468113a02a5f4df03b96db4a054b983173e944ebbfcddc57309813cc7bb02b6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.0.0-20210927222741-03fcf44c2211:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.0.0-20210927222741-03fcf44c2211" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-a30f179814d16f34", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.3.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-afde02e81411a04d", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.3.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-edc83802b8111523", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "aa8a386a422a39c0cc1396e173f360c54768bdde81492dae32c563079eaad712" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.3.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-40d4a875bb5f6fc0", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3bb5167efe7e036aa2bae950937d245629cfa0cb6820f79568a2c480ba5592f8" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-343adcaae13d7bb6", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3bb5167efe7e036aa2bae950937d245629cfa0cb6820f79568a2c480ba5592f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/term", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-term-85a114224825ce59", + "versionInfo": "v0.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3bb5167efe7e036aa2bae950937d245629cfa0cb6820f79568a2c480ba5592f8" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/term:v0.4.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/term@v0.4.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-c4ddd0d4d0ea4845", + "versionInfo": "v0.3.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a25a70bcfd8a69c5b5656bec47bb90868c9362f280ba97d0ad118114cdf9d869" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.3.7" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-b052d55fac91d1bd", + "versionInfo": "v0.3.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a25a70bcfd8a69c5b5656bec47bb90868c9362f280ba97d0ad118114cdf9d869" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.3.7" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-be4b19eb9ff08211", + "versionInfo": "v0.3.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a25a70bcfd8a69c5b5656bec47bb90868c9362f280ba97d0ad118114cdf9d869" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.3.7" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-a8bc69158eeb5851", + "versionInfo": "v0.3.7", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "a25a70bcfd8a69c5b5656bec47bb90868c9362f280ba97d0ad118114cdf9d869" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.3.7:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.3.7" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-ca80e380abc3ed66", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-66a7704474dc3d93", + "versionInfo": "v0.5.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.5.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.5.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-8b67cfdc12d8c0af", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dd799d6b3595fae6dfed080749359eca41ce722e6879e91a18904b92b91ac389" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.6.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-4a2a6eccaed3010a", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dd799d6b3595fae6dfed080749359eca41ce722e6879e91a18904b92b91ac389" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.6.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-e00911cc0242a091", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dd799d6b3595fae6dfed080749359eca41ce722e6879e91a18904b92b91ac389" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.6.0" + } + ] + }, + { + "name": "golang.org/x/text", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-text-4a17cb1b42df39e4", + "versionInfo": "v0.6.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "dd799d6b3595fae6dfed080749359eca41ce722e6879e91a18904b92b91ac389" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/text:v0.6.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/text@v0.6.0" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-b4ead9afff81c6f1", + "versionInfo": "v0.0.0-20210723032227-1f47c861a9ac", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.0.0-20210723032227-1f47c861a9ac:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.0.0-20210723032227-1f47c861a9ac" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-7cbfc7f0236d7fa0", + "versionInfo": "v0.0.0-20211116232009-f0f3c7e86c11", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "199a243487ae5649776991c972146baf5dd60aca25b34d8c2d4733d54f62b3a3" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.0.0-20211116232009-f0f3c7e86c11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.0.0-20211116232009-f0f3c7e86c11" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-d6de1f07537ec0e3", + "versionInfo": "v0.0.0-20220210224613-90d013bbcef8", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bd529d96fa1606987077158aac5644b8cd241a018bc54398718e14ff6563838e" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-4e3ac52c194633b2", + "versionInfo": "v0.0.0-20220210224613-90d013bbcef8", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-5c52f010528d2ce8", + "versionInfo": "v0.0.0-20220210224613-90d013bbcef8", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "bd529d96fa1606987077158aac5644b8cd241a018bc54398718e14ff6563838e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.0.0-20220210224613-90d013bbcef8:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.0.0-20220210224613-90d013bbcef8" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-d50e02a477941cfa", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-b7c4e876692383f9", + "versionInfo": "v0.1.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c5863e05a8e7d9aed50664cce468a44e69caf19b97f18827402a99a5b04db660" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.1.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.1.0" + } + ] + }, + { + "name": "golang.org/x/time", + "SPDXID": "SPDXRef-Package-go-module-golang.org-x-time-36cb2c9b7b592c18", + "versionInfo": "v0.3.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ae0e6b2cc8cdccc4b546434bcc21b7f1e6a95a19d82c56170d78f680e96bf23e" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/golang.org/x/time@v0.3.0" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-106d3f851b3ac7ab", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-d27768cb898bb114", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-5f53f8f26f278271", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-97903083964e2a6b", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-792c759d55de37a", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-e2fd1c2891a8c264", + "versionInfo": "v0.0.0-20200224152610-e50cd9704f63", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "6337e811859b38353915bb77efe87b5f5e815906da77b4384ba81c9532855ccf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20200224152610-e50cd9704f63:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20200224152610-e50cd9704f63" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-e693cb8ceb43ed94", + "versionInfo": "v0.0.0-20220107163113-42d7afdf6368", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "12de92922baf9c19fe4a0ad2617b3f06b529181e266ddc2de11def68f22589c0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20220107163113-42d7afdf6368:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20220107163113-42d7afdf6368" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-379a2157f3327f4e", + "versionInfo": "v0.0.0-20220502173005-c8bf987b8c21", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "86b6cd122beeed99f5a71bc793a301aeaf62136db0a1520b4c7a9ec6a0717ba2" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-c126db5bd000fe92", + "versionInfo": "v0.0.0-20220502173005-c8bf987b8c21", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "86b6cd122beeed99f5a71bc793a301aeaf62136db0a1520b4c7a9ec6a0717ba2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20220502173005-c8bf987b8c21:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20220502173005-c8bf987b8c21" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-31376aa3e572c607", + "versionInfo": "v0.0.0-20221024183307-1bc688fe9f3e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e" + } + ] + }, + { + "name": "google.golang.org/genproto", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-genproto-7bb797a5a05af3a2", + "versionInfo": "v0.0.0-20221024183307-1bc688fe9f3e", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4bd19b982d620a0bdb2f20289150b088eead548ad4f58edce68331d55fe48bf6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:genproto:v0.0.0-20221024183307-1bc688fe9f3e:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/genproto@v0.0.0-20221024183307-1bc688fe9f3e" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-669fb92b7c0a8100", + "versionInfo": "v1.43.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "11ebbb6d9b436760e9442b0b85495cacb9ef61a30ad46cfce9afa1315bc42e63" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.43.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.43.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-8dff1c7d82f83d1f", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-ec58ae2cd6dbd8fa", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-772028b47c281bf8", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-2c2fc68d51b4ff6", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-428f0a88edbf8c0f", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-f3e1f3f090606442", + "versionInfo": "v1.47.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "f67efba273d7e45dea7c50aa8f2f5d867f0f6cd42c20a795534e09f46eee9adf" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.47.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.47.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-2fc7e406f2add611", + "versionInfo": "v1.49.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5932ed433990a2b8b91541f6e4fab8593db6a02b2ff144a943e17aaeab6c9b1c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.49.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-3df549ec30da4325", + "versionInfo": "v1.49.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5932ed433990a2b8b91541f6e4fab8593db6a02b2ff144a943e17aaeab6c9b1c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.49.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.49.0" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-9533749b9af6026c", + "versionInfo": "v1.50.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.50.1" + } + ] + }, + { + "name": "google.golang.org/grpc", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-grpc-95657e3273b630d2", + "versionInfo": "v1.50.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0d2fc1ba43995a9f2cea9e03b7fb4e6896934323f23a809cae3ae81ee09e2f36" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:grpc:v1.50.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/grpc@v1.50.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-9c2cffeb66e3891f", + "versionInfo": "v1.27.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/runc", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.27.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-dc980c6d95a9afc9", + "versionInfo": "v1.27.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "4a7a9b9c3c3557b46265c5cfc793047aa3efdacefd2fd8bb0495251bff91bab4" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.27.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.27.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-29f27eda0449e2d5", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-b913e6875dbc6e98", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-cc63344ee4d5e084", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v1", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-603da22d6678228d", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-shim-runc-v2", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-ad5b5724080dc619", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd-stress", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-e59e769bce1a29d1", + "versionInfo": "v1.28.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "c38df289abfee9b5454c1405657d2bee2a5ef4943542c6cc807c1b0738ac70bc" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/bin/ctr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.0:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.0" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-34316f8ed1d1f4fa", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "77435fc1180fb67a3907559ae8bd83006f8a8afaa476eb4c7f552174dc75ef9c" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-bcc945e9e50c4c6f", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-61fc31d70b94665", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-2bfce1f6228898cd", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "77435fc1180fb67a3907559ae8bd83006f8a8afaa476eb4c7f552174dc75ef9c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-b83f9b01fbb44799", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "77435fc1180fb67a3907559ae8bd83006f8a8afaa476eb4c7f552174dc75ef9c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "google.golang.org/protobuf", + "SPDXID": "SPDXRef-Package-go-module-google.golang.org-protobuf-692b634187b42f41", + "versionInfo": "v1.28.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "77435fc1180fb67a3907559ae8bd83006f8a8afaa476eb4c7f552174dc75ef9c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:google:protobuf:v1.28.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/google.golang.org/protobuf@v1.28.1" + } + ] + }, + { + "name": "gopkg.in/gorp.v1", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-gorp.v1-eda30d5b4b9e71a5", + "versionInfo": "v1.7.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "8f70d6940c8656ff3084eec07085b39d0d988fbc89927df807cb3adc6562000c" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/gorp.v1@v1.7.2" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-5b06e1cdbcee2158", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef73390a86728b764b30ec83950874df50b1e8df4d0c9d95bdf97be840c08037" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-aff75007dd67c0a1", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-664aaca3cd809af", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-7a59f9448f89e0e3", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-3dff5de35546445b", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef73390a86728b764b30ec83950874df50b1e8df4d0c9d95bdf97be840c08037" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-725e6db0fcc1ea26", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef73390a86728b764b30ec83950874df50b1e8df4d0c9d95bdf97be840c08037" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-1490aa7877554440", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef73390a86728b764b30ec83950874df50b1e8df4d0c9d95bdf97be840c08037" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/inf.v0", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-inf.v0-d39aaa9676afb658", + "versionInfo": "v0.9.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "ef73390a86728b764b30ec83950874df50b1e8df4d0c9d95bdf97be840c08037" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/inf.v0@v0.9.1" + } + ] + }, + { + "name": "gopkg.in/ini.v1", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-ini.v1-744a60b839c5d143", + "versionInfo": "v1.66.2", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "5df47574e62e6f2b4acb84a1cdcd8b1ebac6854d250c27c3186d722cf9a982c2" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/ini.v1@v1.66.2" + } + ] + }, + { + "name": "gopkg.in/ini.v1", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-ini.v1-102902bbc94f7399", + "versionInfo": "v1.67.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0e09f1fbafa77c4f887f38d410848d7b274f261f405cd36c59b18ff4acc2b0e0" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/ini.v1@v1.67.0" + } + ] + }, + { + "name": "gopkg.in/square/go-jose.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-square-go-jose.v2-6ef2fed6f54f3b47", + "versionInfo": "v2.5.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/square/go-jose.v2@v2.5.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-eb5338e9605df330", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fcc60c04098ec262fc7e6369f8b01cfddc99fd251bf1762cb2a3c0937ee29a6" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-92d9d5f0f07351eb", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/containerd", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-31587870c25b9ad9", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-73cb7c0ab552dbf8", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-bf18370c140f7d90", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fcc60c04098ec262fc7e6369f8b01cfddc99fd251bf1762cb2a3c0937ee29a6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-7243bbf91bbf6f58", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fcc60c04098ec262fc7e6369f8b01cfddc99fd251bf1762cb2a3c0937ee29a6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-77c061dd5c2a83c8", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fcc60c04098ec262fc7e6369f8b01cfddc99fd251bf1762cb2a3c0937ee29a6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v2", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v2-90066c0afcd64dff", + "versionInfo": "v2.4.0", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "0fcc60c04098ec262fc7e6369f8b01cfddc99fd251bf1762cb2a3c0937ee29a6" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v2@v2.4.0" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-40c0462f16fe5844", + "versionInfo": "v3.0.0-20210107192922-496545a6307b", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "87ca83a2d6843ee2404eb3265b4e0d0b083bbf6d9a1c7dbcc30a5ab9484af4ea" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-7491f8d7ead3f911", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7f1566fc6cc0cc45aa2c7baf72d23dd4a4bd8613669963a85aed174d8252ec20" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-e6a9641c7588f8b1", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/bin/kubectl", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-b13bb8a933828141", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-buildx", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-90b0987413c1107", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7f1566fc6cc0cc45aa2c7baf72d23dd4a4bd8613669963a85aed174d8252ec20" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/libexec/docker/cli-plugins/docker-compose", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-1f7cdb9e1f65b694", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7f1566fc6cc0cc45aa2c7baf72d23dd4a4bd8613669963a85aed174d8252ec20" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gopkg.in/yaml.v3", + "SPDXID": "SPDXRef-Package-go-module-gopkg.in-yaml.v3-8c8fc60788ed45f1", + "versionInfo": "v3.0.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7f1566fc6cc0cc45aa2c7baf72d23dd4a4bd8613669963a85aed174d8252ec20" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/k3d", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/gopkg.in/yaml.v3@v3.0.1" + } + ] + }, + { + "name": "gpg", + "SPDXID": "SPDXRef-Package-deb-gpg-fc36f89641d029c3", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpg/copyright, /var/lib/dpkg/info/gpg.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpg-agent", + "SPDXID": "SPDXRef-Package-deb-gpg-agent-8201a544a61dd70e", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpg-agent/copyright, /var/lib/dpkg/info/gpg-agent.conffiles, /var/lib/dpkg/info/gpg-agent.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpg-wks-client", + "SPDXID": "SPDXRef-Package-deb-gpg-wks-client-a6b0976c08fb560e", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpg-wks-client/copyright, /var/lib/dpkg/info/gpg-wks-client.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpg-wks-server", + "SPDXID": "SPDXRef-Package-deb-gpg-wks-server-6749331b6287aa86", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpg-wks-server/copyright, /var/lib/dpkg/info/gpg-wks-server.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpgconf", + "SPDXID": "SPDXRef-Package-deb-gpgconf-f11efcc4421a57ca", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpgconf/copyright, /var/lib/dpkg/info/gpgconf.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpgsm", + "SPDXID": "SPDXRef-Package-deb-gpgsm-3317ca8f5d4bee31", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpgsm/copyright, /var/lib/dpkg/info/gpgsm.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "gpgv", + "SPDXID": "SPDXRef-Package-deb-gpgv-3559a32b1e002164", + "versionInfo": "2.2.27-3ubuntu2.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gpgv/copyright, /var/lib/dpkg/info/gpgv.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "licenseDeclared": "BSD-3-Clause AND CC0-1.0 AND LicenseRef-Expat AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND LicenseRef-RFC-Reference AND LicenseRef-TinySCHEME AND LicenseRef-permissive", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.1?arch=amd64&upstream=gnupg2&distro=ubuntu-22.04" + } + ] + }, + { + "name": "grep", + "SPDXID": "SPDXRef-Package-deb-grep-a1e12867bd46b383", + "versionInfo": "3.7-1build1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/grep/copyright, /var/lib/dpkg/info/grep.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-3.0-only AND GPL-3.0-or-later", + "licenseDeclared": "GPL-3.0-only AND GPL-3.0-or-later", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "groff-base", + "SPDXID": "SPDXRef-Package-deb-groff-base-ebc2d77550a62e35", + "versionInfo": "1.22.4-8build1", + "originator": "Person: Colin Watson \u003ccjwatson@debian.org\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/groff-base/copyright, /var/lib/dpkg/info/groff-base.conffiles, /var/lib/dpkg/info/groff-base.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GFDL-1.3-only AND GPL-3.0-only", + "licenseDeclared": "GFDL-1.3-only AND GPL-3.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff-base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff-base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff_base:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff_base:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff:groff-base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:groff:groff_base:1.22.4-8build1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/groff-base@1.22.4-8build1?arch=amd64&upstream=groff&distro=ubuntu-22.04" + } + ] + }, + { + "name": "grpc-stubs", + "SPDXID": "SPDXRef-Package-python-grpc-stubs-3b10fc1b8fcd2faf", + "versionInfo": "1.24.11", + "originator": "Person: Blake Williams (code@shabbyrobe.org)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/grpc_stubs-1.24.11.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams_project:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams_project:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williamsproject:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williamsproject:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc-stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc-stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc_stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc_stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams_project:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams_project:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williamsproject:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williamsproject:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_project:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_project:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:codeproject:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:codeproject:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_stubs:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_stubs:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc-stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc-stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc_stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc_stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:blake_williams:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_project:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code_project:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:codeproject:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:codeproject:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:python-grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:python_grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_stubs:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_stubs:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:code:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc-stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc:grpc_stubs:1.24.11:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/grpc-stubs@1.24.11" + } + ] + }, + { + "name": "grpcio", + "SPDXID": "SPDXRef-Package-python-grpcio-29be9313262e3d50", + "versionInfo": "1.48.2", + "originator": "Person: The gRPC Authors (grpc-io@googlegroups.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/grpcio-1.48.2.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache License 2.0", + "licenseDeclared": "LicenseRef-Apache License 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:grpcio:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/grpcio@1.48.2" + } + ] + }, + { + "name": "grpcio-tools", + "SPDXID": "SPDXRef-Package-python-grpcio-tools-35cf6d8e4fcd2865", + "versionInfo": "1.48.2", + "originator": "Person: The gRPC Authors (grpc-io@googlegroups.com)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/grpcio_tools-1.48.2.dist-info/top_level.txt", + "licenseConcluded": "LicenseRef-Apache License 2.0", + "licenseDeclared": "LicenseRef-Apache License 2.0", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio-tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio-tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio_tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio_tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors_project:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authorsproject:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio-tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio-tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio_tools:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio_tools:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio-tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio-tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio_tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio_tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io_project:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_ioproject:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_authors:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio-tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio-tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio_tools:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio_tools:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc-io:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpc_io:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:grpcio:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:grpcio-tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:grpcio_tools:1.48.2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/grpcio-tools@1.48.2" + } + ] + }, + { + "name": "gzip", + "SPDXID": "SPDXRef-Package-deb-gzip-d9143c7d1d4d6f22", + "versionInfo": "1.10-4ubuntu4.1", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/gzip/copyright, /var/lib/dpkg/info/gzip.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "LicenseRef-FSF-manpages AND LicenseRef-GFDL-1.3+-no-invariant AND LicenseRef-GFDL-3 AND GPL-3.0-only AND GPL-3.0-or-later", + "licenseDeclared": "LicenseRef-FSF-manpages AND LicenseRef-GFDL-1.3+-no-invariant AND LicenseRef-GFDL-3 AND GPL-3.0-only AND GPL-3.0-or-later", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "helm.sh/helm/v3", + "SPDXID": "SPDXRef-Package-go-module-helm.sh-helm-v3-f5e3dbe2511d1f1f", + "versionInfo": "v0.0.0-20230208170233-293b50c65d4d", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from go module information: /usr/local/bin/helm", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helm:v3:v0.0.0-20230208170233-293b50c65d4d:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/helm.sh/helm/v3@v0.0.0-20230208170233-293b50c65d4d" + } + ] + }, + { + "name": "helm.sh/helm/v3", + "SPDXID": "SPDXRef-Package-go-module-helm.sh-helm-v3-ebb6e15ba3a0c258", + "versionInfo": "v3.11.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "7262fd7c5a213a83507fec27a7659ad0e84d147d0a1674b31245718b77dc7372" + } + ], + "sourceInfo": "acquired package info from go module information: /home/vscode/.local/opt/k9s-v0.27.3/bin/k9s", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helm:v3:v3.11.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/helm.sh/helm/v3@v3.11.1" + } + ] + }, + { + "name": "helm.sh/helm/v3", + "SPDXID": "SPDXRef-Package-go-module-helm.sh-helm-v3-8e58664f2f8df010", + "versionInfo": "v3.8.1", + "downloadLocation": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "27513386fb6f28945dc7db248d455ee713cdeca2b6540d66571890f48739fa85" + } + ], + "sourceInfo": "acquired package info from go module information: /usr/local/bin/dapr", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:helm:v3:v3.8.1:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:golang/helm.sh/helm/v3@v3.8.1" + } + ] + }, + { + "name": "hostname", + "SPDXID": "SPDXRef-Package-deb-hostname-c7d6ba7eac1f8093", + "versionInfo": "3.23ubuntu2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/hostname/copyright, /var/lib/dpkg/info/hostname.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only", + "licenseDeclared": "GPL-2.0-only", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "htop", + "SPDXID": "SPDXRef-Package-deb-htop-d9c8bb41043f314", + "versionInfo": "3.0.5-7build2", + "originator": "Person: Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from DPKG DB: /usr/share/doc/htop/copyright, /var/lib/dpkg/info/htop.md5sums, /var/lib/dpkg/status", + "licenseConcluded": "GPL-2.0-only AND GPL-2.0-or-later", + "licenseDeclared": "GPL-2.0-only AND GPL-2.0-or-later", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:htop:htop:3.0.5-7build2:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:deb/ubuntu/htop@3.0.5-7build2?arch=amd64&distro=ubuntu-22.04" + } + ] + }, + { + "name": "identify", + "SPDXID": "SPDXRef-Package-python-identify-637836ec0c16af8e", + "versionInfo": "2.5.9", + "originator": "Person: Chris Kuehl (ckuehl@ocf.berkeley.edu)", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/RECORD, /home/vscode/.local/lib/python3.10/site-packages/identify-2.5.9.dist-info/top_level.txt", + "licenseConcluded": "MIT", + "licenseDeclared": "MIT", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl_project:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl_project:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehlproject:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehlproject:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl_project:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl_project:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehlproject:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehlproject:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl_project:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehlproject:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:identify:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:identify:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python-identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python_identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl_project:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehlproject:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python-identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:python_identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:chris_kuehl:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:identify:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:ckuehl:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:python:identify:2.5.9:*:*:*:*:*:*:*" + }, + { + "referenceCategory": "PACKAGE-MANAGER", + "referenceType": "purl", + "referenceLocator": "pkg:pypi/identify@2.5.9" + } + ] + }, + { + "name": "idna", + "SPDXID": "SPDXRef-Package-python-idna-e501058077e91f5c", + "versionInfo": "3.4", + "originator": "Person: Kim Davies \u003ckim@cynosure.com.au\u003e", + "downloadLocation": "NOASSERTION", + "sourceInfo": "acquired package info from installed python package manifest file: /home/vscode/.local/lib/python3.10/site-packages/idna-3.4.dist-info/METADATA, /home/vscode/.local/lib/python3.10/site-packages/idna-3.4.dist-info/RECORD", + "licenseConcluded": "NONE", + "licenseDeclared": "NONE", + "copyrightText": "NOASSERTION", + "externalRefs": [ + { + "referenceCategory": "SECURITY", + "referenceType": "cpe23Type", + "referenceLocator": "cpe:2.3:a:kim_davies_\\